-
Methods in org.docx4j with parameters of type DocxFetcher
| Modifier and Type |
Method |
Description |
static void |
Docx4J.bind(WordprocessingMLPackage wmlPackage,
org.w3c.dom.Document xmlDocument,
int flags,
DocxFetcher docxFetcher) |
Bind the content controls of the passed document to the xml.
|
static void |
Docx4J.bind(WordprocessingMLPackage wmlPackage,
org.w3c.dom.Document xmlDocument,
int flags,
DocxFetcher docxFetcher,
XsltProvider xsltProvider,
java.lang.String xsltFinisherfilename,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> finisherParams) |
Bind the content controls of the passed document to the xml, applying some formatting finishing touches
to the final docx.
|
-