TocItem
Leave feedback
On this page
Represents the item which is used in the table of contents extraction functionality.
public class TocItem
| Name | Description |
|---|---|
| Depth { get; } | Gets the depth level. |
| PageIndex { get; } | Gets the page index. |
| Text { get; } | Gets the text. |
| Name | Description |
|---|---|
| virtual ExtractText() | Extracts a text from the document to which TocItem object refers. |
An instance of TocItem class is used as return value of GetToc methods. See the usage examples there.
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.