2.9.150 LVLF

The LVLF structure contains formatting properties for an individual level in a list.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

iStartAt

nfc

jc

A

B

C

D

E

F

rgbxchNums

...

...

ixchFollow

dxaIndentSav

unused2

cbGrpprlChpx

cbGrpprlPapx

ilvlRestartLim

grfhic

iStartAt (4 bytes):  A signed integer that specifies the beginning number for the number sequence belonging to this level. This value MUST be less than or equal to 0x7FFF and MUST be greater than or equal to zero. If this level does not have a number sequence (see nfc), this MUST be ignored.

nfc (1 byte):  An MSONFC, as specified in [MS-OSHARED] section 2.2.1.3, that specifies the format of the level numbers that replace the placeholders for this level in the xst fields of the LVLs in this list. This value MUST NOT be equal to 0x08, 0x09, 0x0F, or 0x13. If this is equal to 0xFF or 0x17, this level does not have a number sequence and therefore has no number formatting. If this is equal to 0x17, the level uses bullets.

jc (2 bits): An unsigned integer that specifies the justification of this level. This MUST be one of the following values.

Value

Meaning

0x0

Left justified

0x1

Center justified

0x2

Right justified

A - fLegal (1 bit): A bit that specifies whether this level overrides the nfc of all inherited level numbers. If the original nfc of a level number is msonfcArabicLZ, it is preserved. Otherwise, the nfc of the level number is overridden by msonfcArabic.

B - fNoRestart (1 bit): A bit that specifies whether the number sequence of the level does not restart after a level is encountered that is more significant than the level to which this LVLF corresponds. If this is nonzero, ilvlRestartLim specifies the levels after which the number sequence of this level restarts. Otherwise, this number sequence of this level restarts when a more significant level is encountered. If this level does not have a number sequence (see nfc), this MUST be ignored.

C - fIndentSav (1 bit): A bit that specifies whether the level indented the text it was applied to and that the indent needs to be removed when numbering is removed. The indent to be removed is stored in dxaIndentSav.

D - fConverted (1 bit): A bit that specifies whether the nfc of this LVLF structure was previously a temporary value used for bidirectional compatibility that was converted into a standard MSONFC, as specified in [MS-OSHARED] section 2.2.1.3.

E - unused1 (1 bit): This bit MUST be ignored.

F - fTentative (1 bit): A bit that specifies whether the format of the level is tentative. This is used to describe the levels of a hybrid list that are not in use or displayed. If the fHybrid bit of the LSTF of the list is zero, this MUST be ignored.

rgbxchNums (9 bytes): An array of 8-bit integers. Each integer specifies a one-based character offset to a level placeholder in the xst.rgtchar of the LVL that contains this LVLF. This array is zero-terminated, unless it is full. The count of elements in this array, before to the first terminating zero, MUST be less than or equal to the one-based level of the list to which this LVL corresponds. The integers in this array, before the first terminating zero, MUST be in ascending order, and MUST be unique.

ixchFollow (1 byte):  An unsigned integer that specifies the character that follows the number text. This MUST be one of the following values.

Value

Meaning

0x0

A tab follows the number text.

0x1

A space follows the number text.

0x2

Nothing follows the number text.

dxaIndentSav (4 bytes):  If fIndentSav is nonzero, this is a signed integer that specifies the size, in twips, of the indent that needs to be removed when the numbering is removed. This MUST be less than or equal to 0x00007BC0 or greater than or equal to 0xFFFF8440. If fIndentSav is zero, this MUST be ignored.

unused2 (4 bytes): This field MUST be ignored.

cbGrpprlChpx (1 byte):  An unsigned integer that specifies the size, in bytes, of the grpprlChpx in the LVL that contains this LVLF.

cbGrpprlPapx (1 byte):  An unsigned integer that specifies the size, in bytes, of the grpprlPapx in the LVL that contains this LVLF.

ilvlRestartLim (1 byte):  An unsigned integer that specifies the first (most-significant) zero-based level after which the number sequence of this level does not restart. The number sequence of this level does restart after any level that is more significant than the specified level. This MUST be less than or equal to the zero-based level of the list to which this LVLF corresponds. If fNoRestart is zero, this MUST be ignored. If this level does not have a number sequence (see nfc), this MUST be ignored.

grfhic (1 byte):  A grfhic that specifies the HTML incompatibilities of the level.