Uses of Interface
org.docx4j.model.datastorage.DocxFetcher
Packages that use DocxFetcher
-
Uses of DocxFetcher in org.docx4j
Methods in org.docx4j with parameters of type DocxFetcherModifier and TypeMethodDescriptionstatic voidDocx4J.bind(WordprocessingMLPackage wmlPackage, Document xmlDocument, int flags, DocxFetcher docxFetcher) Bind the content controls of the passed document to the xml.static voidDocx4J.bind(WordprocessingMLPackage wmlPackage, Document xmlDocument, int flags, DocxFetcher docxFetcher, XsltProvider xsltProvider, String xsltFinisherfilename, Map<String, Map<String, Object>> finisherParams) Bind the content controls of the passed document to the xml, applying some formatting finishing touches to the final docx. -
Uses of DocxFetcher in org.docx4j.model.datastorage
Methods in org.docx4j.model.datastorage that return DocxFetcherMethods in org.docx4j.model.datastorage with parameters of type DocxFetcherModifier and TypeMethodDescriptionstatic voidOpenDoPEHandlerComponents.setDocxFetcher(DocxFetcher docxFetcher)