[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TabStopAlignment

Enum TabStopAlignment

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Specifies the tab stop alignment options.

public enum TabStopAlignment

Fields

Center = 2

Text is centered relative to the tab stop.

Leading = 0

Text is aligned to the right of the tab stop.

Separator = 3

Characters are aligned to the left of a specified separator.

Trailing = 1

Text is aligned to the left of the tab stop and extends to the left.