Hello, I'm working on a project where I have to remove Content Type Document Properties of a .docx file.
Content Type Document Properties Document properties that are defined in the content type assigned to the document are contained in the customXml section of the Office Open XML Formats. Specifically, they are contained in the documentManagement node of the properties data store item. [msdn] Relationship type of these properties are given by: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps" These properties are present in /customXml/ folder within OPC package <http://apache-poi.1045710.n5.nabble.com/file/n5712030/OPC_folder_structure.bmp> I'm able to remove core and custom properties which are present in /docProps folder. Any guidance on how to proceed with these type of properties will be greatly appreciated. Thanks, Mohsin -- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-remove-Content-Type-Document-Properties-of-a-docx-file-tp5712030.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
