Hello,
You can use the following methods to get information from a DOCX:
- getWordContents : return text contents using a DOCXPath query.
- getDocxPathQueryInfo : return elements (DOM) using a DOCXPath query.
- indexer : return information of the DOCX contents
Using DOCXPath queries with getWordContents and getDocxPathQueryInfo you can choose specific content types (tables, lists, images...). Or even use a custom XPath query to get more specific contents, for example cell contents. In the package (DOCXPath folder) you can find many samples using all DOCXPath methods.
Regards.