public class UpdateXmlFromDocumentSurface
extends java.lang.Object
| Constructor and Description |
|---|
UpdateXmlFromDocumentSurface(WordprocessingMLPackage wordMLPackage,
boolean supportStylesInWordAltChunkProcessing)
Copy contents of OpenDoPE content controls, including rich text content controls with tag 'od:progid=Word.Document'
(ie as escaped Flat OPC XML), back into their associated custom XML part element.
|
| Modifier and Type | Method and Description |
|---|---|
WordprocessingMLPackage |
getPkg() |
static void |
main(java.lang.String[] args) |
java.util.List<CustomXmlPart> |
updateCustomXmlParts()
Update the contents of the relevant custom XML parts, with any
edits made by the user in a rich text content control with a
tag containing od:progid=Word.Document (and an OpenDoPE XPath,
of course).
|
public UpdateXmlFromDocumentSurface(WordprocessingMLPackage wordMLPackage, boolean supportStylesInWordAltChunkProcessing) throws Docx4JException
wordMLPackage - supportStylesInWordAltChunkProcessing - Docx4JExceptionpublic WordprocessingMLPackage getPkg()
public java.util.List<CustomXmlPart> updateCustomXmlParts() throws Docx4JException
Docx4JExceptionpublic static void main(java.lang.String[] args)
throws Docx4JException
Docx4JExceptionCopyright © 2007–2023. All rights reserved.