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
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.