Word commandbar and combo-box api's

Hi -
I have a couple of followup questions to post 713698.

  1. Will aspose load all nodes from the word document into the aspose document object, including any commandbar and combo box nodes?
  2. Would the aspose.cells library offer any api’s to help with this?
  3. Could we discuss a future enhancement for api’s that would identify such controls on a word document?

Thanks - bob

Hi Bob,

Thanks for your inquiry. Please note that Aspose.Words is quite different from the Microsoft Word's Object Model in that it represents the document as a tree of objects more like an XML DOM tree. If you worked with any XML DOM library you will find it is easy to understand and work with Aspose.Words. When you load a Word document into Aspose.Words, it builds its DOM and all document elements and formatting are simply loaded into memory. Please read the following article for more information on DOM:


Could you please share some more detail about your requirements along with input document and expected output values? We will then provide you more information about your query.