2.9.111 grfhic

The grfhic structure is a set of HTML incompatibility flags that specify the HTML incompatibilities of a list structure. The values specify possible incompatibilities between an LVL or LVLF and HTML lists. The values do not define list properties.


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

A

B

C

D

E

F

G

H

A - fhicChecked (1 bit):  A bit that specifies whether the list structure that contains this grfhic structure is checked for HTML incompatibilities.

B - fhicFormat (1 bit):  A bit that specifies whether the numbering sequence or format of an LVL is unsupported by HTML at the time of the most recent HTML compatibility check. The numbering sequence or format of an LVL is unsupported by HTML if one or more of the following conditions are "true".

  • LVL.lvlf.nfc is greater than 0x04

  • LVL.lvlf.fLegal is nonzero

  • LVL.lvlf.fNoRestart is nonzero

  • LVL.lvlf.ixchFollow is nonzero

    If fhicChecked is zero, this MUST be ignored. If the structure that contains this grfhic is not an LVLF, this MUST be ignored.

C - fhicListText (1 bit):  A bit that specifies whether the string specified by LVL.xst was not of the standard form "#." (a level number placeholder followed by a period) at the time of the most recent HTML compatibility check. If fhicChecked is zero, this MUST be ignored. If the structure that contains this grfhic is not an LVLF, this MUST be ignored.

D - fhicPeriod (1 bit):  A bit that specifies whether something other than a period was the last character of the number text specified by LVL.xst at the time of the most recent HTML compatibility check. If fhicChecked is zero, this MUST be ignored. If the structure that contains this grfhic is not an LVLF, this MUST be ignored.

E - fhicLeft1 (1 bit):  A bit that specifies whether the indents specified by LVL.grpprlPapx were different than the standard HTML indents at the time of the most recent HTML compatibility check. The indents that are specified by LVL.grpprlPapx are different than the standard HTML indents if one or more of the conditions in the following list are "true":

  • The logical left indent of the first line of the paragraph properties that are specified by LVL.grpprlPapx (see sprmPDxaLeft1) is not equal to -360.

  • The logical left indent of the paragraph properties that are specified by LVL.grpprlPapx (see sprmPDxaLeft) is not equal to 720 * (iLvl + 1), where iLvl is the zero-based level of the list that LVL corresponds to.

    If fhicChecked is zero, this MUST be ignored. If the structure that contains this grfhic is not a LVLF, this MUST be ignored.

F - fhicListTab (1 bit):  A bit that specifies whether the first added custom tab stop of the paragraph properties specified by LVL.grpprlPapx (see sprmPChgTabs and sprmPChgTabsPapx) was not equal to the logical left indent of the paragraph properties specified by LVL.grpprlPapx (see sprmPDxaLeft) at the time of the most recent HTML compatibility check. If LVL.grpprlPapx does not add any custom tabs, this MUST be zero. If fhicChecked is zero, this MUST be ignored. If the structure that contains this grfhic is not an LVLF, this MUST be ignored.

G - unused (1 bit): This bit is undefined and MUST be ignored.

H - fhicBullet (1 bit):  A bit that specifies whether the level used bullets instead of numbers at the time of the most recent HTML compatibility check. A level uses bullets if LVL.lvlf.nfc is equal to 0x17. If fhicChecked is zero, this MUST be ignored. If the structure that contains this grfhic is not an LVLF, this MUST be ignored.