2.3.110 ListStyle

The ListStyle property specifies if a Paragraph record is part of a list and identifies the numbering type. If the ListStyle property is specified, it MUST be part of a Paragraph.ElementProperties record. If the ListStyle property is not specified, the default value is used.

 ListStyle = listStyleStart listStyleValue


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

listStyleStart

listStyleValue

listStyleStart (1 byte): A byte that specifies the start of the ListStyle property. The value of the listStyleStart field MUST be the following value.

Value

Parent

0x07

ElementProperties.InlineSharedElementProperties for Paragraph

ElementProperties.NonSharedElementProperties for Paragraph

listStyleValue (1 byte): A byte that specifies whether the paragraph is part of a list, and that identifies the numbering type. The value of the listStyleValue field is of type ListStyles and it MUST be contained in the ListStyles enumeration. The default value is 0x00.