[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LineEnd

Class LineEnd

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

Represents decorations that can be added to the end of a line.

public class LineEnd : FormattingBag
Inheritance
object
LineEnd
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

Length

Gets or sets the length of the line end decoration (e.g., arrowhead) relative to the width of the line itself.

public LineEndLength Length { get; set; }

Property Value

LineEndLength

Type

Gets or sets the type of decoration that appears at the end of a line.

public LineEndType Type { get; set; }

Property Value

LineEndType

Width

Gets or sets the width of the line end decoration (e.g., arrowhead) relative to the width of the line itself.

public LineEndWidth Width { get; set; }

Property Value

LineEndWidth

Methods

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int