Hi,
I've been trying to parse all text from Table of Contents from a document I created using MSWord only.
I know I can get the TOC by checking if any
ChildEntity has
EntityType == EntityType.TOC, however I can't see a way to loop through all content inside a Table of Content to get texts, as I couldn't find any inside
TableOfContents class.
I need to be able to extract Texts from any TOC inside a word document, but can't find a way using syncfusion.
Could you please help me on this?
Thanks!
- Mauricio