ListStyle Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Defines available list styles for elements. Can be used to create marked lists.
Inheritance Hierarchy

SystemObject
  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

public sealed class ListStyle : IStyleParameter

The ListStyle type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberListItem
Indicates that the item should be considered as a list item inside a list. Such items will be visually represented as block-level elements.
Public propertyStatic memberNone
Indicates that list style should be overriden and no list style should be applied at all.
Public propertyStatic memberOrdered
Specifies that the list is an ordered list. Supported by Section only.
Public propertyStatic memberUnordered
Specifies that the list is an unordered list. Supported by Section only.
Top
See Also

Reference