[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LineFormat

Class LineFormat

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents an outline formatting that can be applied to an object.

public class LineFormat : LineFormatBase, IFixedFormattingBag
Inheritance
LineFormat
Implements
Inherited Members

Properties

CustomDashScheme

Gets the custom dash scheme.

public DashStopList CustomDashScheme { get; }

Property Value

DashStopList

HeadEnd

Gets the decorations which can be added to the head of a line.

public LineEnd HeadEnd { get; }

Property Value

LineEnd

TailEnd

Gets the decorations which can be added to the tail of a line.

public LineEnd TailEnd { get; }

Property Value

LineEnd

Methods

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int