TocItem class

TocItem class

Represents the item which is used in the table of contents extraction functionality.

The TocItem type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of TocItem

Properties

Property Description
depth Gets the depth level.
page_index Gets the page index.
text Gets the text.

Remarks

An instance of TocItem class is used as return value of Parser.get_toc methods. See the usage examples there.

See Also