b10 | b16 | field | type | size | bitfield | comments |
0 | 0x00 | iStartAt | long | 4 | | start at value for this list level |
4 | 0x04 | nfc | byte | 1 | | number format code (see anld.nfc for a list of options) |
5 | 0x05 | jc | uns char | :2 | 0x03 | alignment (left, right, or centered) of the paragraph number. |
| | fLegal | uns char | :1 | 0x04 | true (==1) if the level turns all inherited numbers to arabic, false if it preserves their number format code (nfc) |
| | fNoRestart | uns char | :1 | 0x08 | true if the level's number sequence is not restarted by higher (more significant) levels in the list |
| | fPrev | uns char | :1 | 0x10 | Word 6 compatibility option: equivalent to anld.fPrev (see ANLD) |
| | fPrevSpace | uns char | :1 | 0x20 | Word 6 compatibility option: equivalent to anld.fPrevSpace (see ANLD) |
| | fWord6 | uns char | :1 | 0x40 | true if this level was from a converted Word 6 document. If it is true, all of the Word 6 compability options become valid; otherwise they are ignored. |
6 | 0x06 | rgbxchNums[9] | array | 9 | | contains the character offsets into the LVL's XST of the inherited numbers of previous levels. This array should be zero terminated unless it is full (all 9 levels full). The XST contains place holders for any paragraph numbers contained in the text of the number, and the place holder contains the ilvl of the inherited number, so lvl.xst[lvl.rgbxchNums[0]] == the level of the first inherited number in this level. |
15 | 0x0F | ixchFollow | uns char | 1 | | the type of character following the number text for the paragraph: 0 == tab, 1 == space, 2 == nothing. |
16 | 0x10 | dxaSpace | long | 4 | | Word 6 compatibility option: equivalent to anld.dxaSpace (see ANLD) |
20 | 0x14 | dxaIndent | long | 4 | | Word 6 compatibility optino: equivalent to anld.dxaIndent (see ANLD) |
24 | 0x18 | cbGrpprlChpx | byte | 1 | | length, in bytes, of the LVL's grpprlChpx |
25 | 0x19 | cbGrpprlPapx | byte | 1 | | length, in bytes, of the LVL's grpprlPapx |
26 | 0X1A | reserved | short | 2 | | reserved |