Get all the properties of Word document

Hi,

Is there any single API or any other method through which i can get all the properties (i.e Styles, fonts, lists, tables, customProperties, inbuilt properties,…etc) of the word document so that i can collect it in HashMap or any other map with its key-value pairs and further evaluate it using this map.
Can u plz guide me for the same.
Thanks.

Hi

Thanks for your request. Please see the flowing link to learn how to work with Document properties:
https://reference.aspose.com/words/net/aspose.words.properties/builtindocumentproperties/
You can also access Styles and Lists of a document using Aspose.Words:
https://reference.aspose.com/words/net/aspose.words/documentbase/styles/
https://reference.aspose.com/words/net/aspose.words/documentbase/lists/
https://reference.aspose.com/words/net/aspose.words/documentbase/fontinfos/
Hope this helps.
Best regards.