Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceListMarker
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Defines available list markers which can be used in conjunction with ListStyle.
This setting affects only items with ListStyle setting not equal to None.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceListMarker
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 ListMarker type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Circle |
The circle marker for the unordered list.
|
![]() ![]() | Decimal |
The decimal marker for the ordered list.
|
![]() ![]() | Diamond |
The diamond marker for the unordered list.
|
![]() ![]() | LowerLatin |
The lower latin marker for the ordered list.
|
![]() ![]() | LowerRoman |
The lower latin marker for the ordered list.
|
![]() ![]() | None |
No marker.
|
![]() ![]() | Square |
The square marker for the unordered list.
|
![]() ![]() | Triangle |
The triangle marker for the unordered list.
|
![]() ![]() | UpperLatin |
The upper latin marker for the ordered list.
|
![]() ![]() | UpperRoman |
The upper roman marker for the ordered list.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | FromResourceId |
Initializes a new instance of the ListMarker class.
|
See Also