Enum TabStopKind
The kind of a custom tab stop (ECMA-376 Part 1 §17.18.84 ST_TabJc). Start and
End are the logical forms of Left and Right.
public enum TabStopKind
Fields
Clear = 0Clears an inherited tab stop at this position (w:val "clear").
Left = 1Text extends to the right of the stop (w:val "left").
Center = 2Text is centered on the stop (w:val "center").
Right = 3Text extends to the left of the stop (w:val "right").
Decimal = 4Text aligns on the decimal symbol (w:val "decimal").
Bar = 5Draws a vertical bar at the position; not a real stop (w:val "bar").
Num = 6List tab placeholder (w:val "num", legacy).
Start = 7Logical leading-edge stop (w:val "start").
End = 8Logical trailing-edge stop (w:val "end").