Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceListStyle
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Defines available list styles for elements. Can be used to create marked lists.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceListStyle
Namespace: Apitron.PDF.Kit.Styles.Appearance
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
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