Table of Contents

Enum TabStopKind

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

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 = 0

Clears an inherited tab stop at this position (w:val "clear").

Left = 1

Text extends to the right of the stop (w:val "left").

Center = 2

Text is centered on the stop (w:val "center").

Right = 3

Text extends to the left of the stop (w:val "right").

Decimal = 4

Text aligns on the decimal symbol (w:val "decimal").

Bar = 5

Draws a vertical bar at the position; not a real stop (w:val "bar").

Num = 6

List tab placeholder (w:val "num", legacy).

Start = 7

Logical leading-edge stop (w:val "start").

End = 8

Logical trailing-edge stop (w:val "end").