Hi there,
We need to add/replace few nodes from styles.xml present in the docx (in /word/) when we unzip it. We need to add/replace w:docDefaults
node present in styles.xml. We would be using some w3c dom Api’s for the same.
Can Aspose be able to provide the manipulation access to any xml present in the docx and place some xml at some position in the docx (zipped folder)?
We know there is way to access custom xmls
using wordDoc.getCustomXmlParts()
but here we want to access other xml present in /word/ folder.
Can you help us in the same?
Thanks.