[]
        
(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
object
LineFormat
Implements
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

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