2.9.300 TabJC

The TabJC enumeration provides a 3-bit unsigned integer that specifies the type of alignment which is applied to the text that is entered at this tab stop. This MUST be one of the following values.

Name

Value

Meaning

jcLeft

0x0

Left justification.

jcCenter

0x1

Center justification.

jcRight

0x2

Right justification.

jcDecimal

0x3

Specifies that the current tab stop results in a location in the document at which all following text is aligned around the first decimal separator in the following text runs. If there is no decimal separator, text is aligned around the implicit decimal separator after the last digit of the first numeric value that appears in the following text. All text runs before the first decimal character appear before the tab stop; all text runs after it appear after the tab stop location.

jcBar

0x4

Specifies that the current tab is a bar tab.

jcList

0x6

Specifies that the current tab is a list tab.