public class UpdateXmlFromDocumentSurface extends 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(String[] args) |
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 List<CustomXmlPart> updateCustomXmlParts() throws Docx4JException
Docx4JExceptionpublic static void main(String[] args) throws Docx4JException
Docx4JExceptionCopyright © 2007-2020. All Rights Reserved.