Uses of Interface
org.docx4j.model.datastorage.XsltProvider
Packages that use XsltProvider
-
Uses of XsltProvider in org.docx4j
Methods in org.docx4j with parameters of type XsltProviderModifier and TypeMethodDescriptionstatic 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 XsltProvider in org.docx4j.model.datastorage
Classes in org.docx4j.model.datastorage that implement XsltProviderMethods in org.docx4j.model.datastorage with parameters of type XsltProviderModifier and TypeMethodDescriptionstatic voidXsltFinisher.setXsltProvider(XsltProvider xsltProvider)