LevelFormat Class
Represents format of the table of contents.
Inheritance Hierarchy
SystemObject
  Aspose.PdfLevelFormat

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class LevelFormat

The LevelFormat type exposes the following members.

Constructors
  NameDescription
Public methodLevelFormat
Initializes a new instance of the LevelFormat class
Properties
  NameDescription
Public propertyLineDash
Gets or sets TOC line dash.
Public propertyMargin
Gets or sets a list level margin
Public propertySubsequentLinesIndent
Gets or sets a subsequent lines indent
Public propertyTextState
Gets or sets a list level text state
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also