Dumping a node graph

Hello all,

I am quickly finding that the “trick” to using Aspose correctly is in being able to understand what the node structure looks like in a document. Is there any utility or way of “dumping” a display of the node graph/hierarchy in a document so that I can see what it looks like?

Thanks for your help,

John

Hello John,

Thanks for your inquiry. You can inspect structure of Word document using DocumentExplorer (Aspose.Words demo application). Please follow the link to learn more:
https://docs.aspose.com/words/net/aspose-words-document-object-model/
DocumentExplorer is included to Aspose.Words installation package. You can find it here:
C:\Program Files\Aspose\Aspose.Words for .NET\Demos\CSharp\DocumentExplorer
Best regards,

Exactly what I was looking for Andrey, thanks a million.

John