ListNumbering Enum
Lists values that specify the list numbering type for a structure element.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
NuGet Package: DevExpress.Docs.Pdf
Declaration
Members
| Name | Description |
|---|---|
None
|
No list numbering is used to mark a list item. |
Disc
|
A disc is used to mark a list item. |
Circle
|
A circle is used to mark a list item. |
Square
|
A square is used to mark a list item. |
Decimal
|
A decimal number is used to mark a list item. |
UpperRoman
|
An uppercase Roman numeral is used to mark a list item. |
LowerRoman
|
A lowercase Roman numeral is used to mark a list item. |
UpperAlpha
|
An uppercase letter is used to mark a list item. |
LowerAlpha
|
A lowercase letter is used to mark a list item. |
Related API Members
The following properties accept/return ListNumbering values:
See Also