Apitron.PDF.Kit library for .NET
Top
The ListStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | ListItem |
Indicates that the item should be considered as a list item inside a list. Such items will be visually represented as block-level elements.
|
![]() ![]() | None |
Indicates that list style should be overriden and no list style should be applied at all.
|
![]() ![]() | Ordered |
Specifies that the list is an ordered list. Supported by Section only.
|
![]() ![]() | Unordered |
Specifies that the list is an unordered list. Supported by Section only.
|
See Also