ListMarker Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

SystemObject
  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

public sealed class ListMarker : IStyleParameter

The ListMarker type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberCircle
The circle marker for the unordered list.
Public propertyStatic memberDecimal
The decimal marker for the ordered list.
Public propertyStatic memberDiamond
The diamond marker for the unordered list.
Public propertyStatic memberLowerLatin
The lower latin marker for the ordered list.
Public propertyStatic memberLowerRoman
The lower latin marker for the ordered list.
Public propertyStatic memberNone
No marker.
Public propertyStatic memberSquare
The square marker for the unordered list.
Public propertyStatic memberTriangle
The triangle marker for the unordered list.
Public propertyStatic memberUpperLatin
The upper latin marker for the ordered list.
Public propertyStatic memberUpperRoman
The upper roman marker for the ordered list.
Top
Methods

  NameDescription
Public methodStatic memberFromResourceId
Initializes a new instance of the ListMarker class.
Top
See Also

Reference