Represents the available alignments for custom TabStop, which determines the behavior of the TabStop and the alignment which shall be applied to text entered at the current custom TabStop.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TabStopAlignment

Member name Description
Bar Specifies that the current tab is a bar tab. A bar tab is a tab which does not result in a custom tab stop in the parent paragraph, but instead shall be used to draw a vertical line at this location in the parent paragraph.
Center Specifies that the current tab stop shall result in a location in the document where all following text is centered.
Decimal Specifies that the current tab stop shall result in a location in the document where all following text is aligned around the first decimal character in the following text runs. All text runs before the first decimal character shall be before the tab stop, all text runs after it shall be after the tab stop location.
Left Specifies that the current tab stop shall result in a location in the document where all following text is left aligned.
List Specifies that the current tab is a list tab, which is the tab stop between the number/bullet and the paragraph content (text) in a numbered/buletted paragraph.
Right Specifies that the current tab stop shall result in a location in the document where all following text is right aligned.