Hi,
I want to understand what GlossaryDocument means.
What happens when we change a document’s GlossaryDocument using Aspose API Document.setGlossaryDocument().
Example: A document has a glossary document that has styles as well defined under glossary (/word/glossary/styles.xml). We set this document’s glossary document like below:
Document doc=new Document("wordDoc.docx");
doc.setGlossaryDocument(new GlossaryDocument()); **//What would be the impact of this call on the document? Will it change the content of the document?**
doc.save("saveWordDoc.docx");
Looking forward to your reply.
Thanks
Manisha