[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStop

Class TabStop

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

Represents a single custom tab stop.

public class TabStop : FormattingBag
Inheritance
TabStop
Inherited Members

Properties

Alignment

Gets or sets the alignment of text at this tab stop.

public TabStopAlignment Alignment { get; set; }

Property Value

TabStopAlignment

BaseKey

Gets the base (this class) key for formatting properties.

protected override string BaseKey { get; }

Property Value

string

IsClear

Gets wtheter the tab stop clears any other tab stops at this position.

public bool IsClear { get; }

Property Value

bool

Leader

Gets or sets the type of the leader line displayed under the tab character.

public TabStopLeader Leader { get; set; }

Property Value

TabStopLeader

Position

Gets the position of the tab stop in points.

public float Position { get; }

Property Value

float