[]
Gets a collection of levels in the table of contents.
public IList<TableOfContentsLevel> Levels { get; }
Type | Description |
---|---|
IList<TableOfContentsLevel> | A collection of the TableOfContentsLevel objects representing the levels in the table of contents. |