Click or drag to resize

RtfToHtmlTabStopAlignment Enumeration

Specifies the alignment/type of a tab stop.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2023.10.18
Syntax
public enum TabStopAlignment
Members
Member nameValueDescription
None0 Clears any tab stop in this position.
Left1 Left-aligns the text after the tab stop.
Center2 Centers the text around the tab stop.
Right3 Right-aligns the text at the tab stop.
Decimal4 Aligns the text at the decimal dot.
Bar5 Draws a vertical bar at the tab stop position.
List6 The tab is a delimiter between the number/bullet and text in a list item.
See Also