Uses of Class
org.docx4j.convert.out.HTMLSettings
| Package | Description |
|---|---|
| org.docx4j | |
| org.docx4j.convert.out.html |
-
Uses of HTMLSettings in org.docx4j
Methods in org.docx4j that return HTMLSettings Modifier and Type Method Description static HTMLSettingsDocx4J. createHTMLSettings()Create the configuration object for conversions to htmlMethods in org.docx4j that return types with arguments of type HTMLSettings Modifier and Type Method Description protected static Exporter<HTMLSettings>Docx4J. getHTMLExporter(int flags)Methods in org.docx4j with parameters of type HTMLSettings Modifier and Type Method Description static voidDocx4J. toHTML(HTMLSettings settings, java.io.OutputStream outputStream, int flags)Convert the document to HTML -
Uses of HTMLSettings in org.docx4j.convert.out.html
Subclasses of HTMLSettings in org.docx4j.convert.out.html Modifier and Type Class Description static classAbstractHtmlExporter.HtmlSettingsDeprecated.Fields in org.docx4j.convert.out.html declared as HTMLSettings Modifier and Type Field Description protected HTMLSettingsHtmlExporterNonXSLT. htmlSettingsDeprecated.Methods in org.docx4j.convert.out.html that return types with arguments of type HTMLSettings Modifier and Type Method Description static Exporter<HTMLSettings>HTMLExporterVisitor. getInstance()static Exporter<HTMLSettings>HTMLExporterXslt. getInstance()Methods in org.docx4j.convert.out.html with parameters of type HTMLSettings Modifier and Type Method Description protected HTMLConversionContextAbstractHTMLExporter3. createContext(HTMLSettings conversionSettings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers sectionWrappers)protected org.w3c.dom.DocumentHTMLExporterXslt.HTMLExporterXsltDelegate. getSourceDocument(HTMLSettings conversionSettings, HTMLConversionContext conversionContext)abstract voidAbstractHtmlExporter. html(WordprocessingMLPackage wmlPackage, javax.xml.transform.Result result, HTMLSettings htmlSettings)Deprecated.voidHtmlExporterNG2. html(WordprocessingMLPackage wmlPackage, javax.xml.transform.Result result, HTMLSettings htmlSettings)Deprecated.Create an html version of the document.voidHTMLExporterXslt.HTMLExporterXsltDelegate. process(HTMLSettings conversionSettings, HTMLConversionContext conversionContext, java.io.OutputStream outputStream)voidHtmlExporterNG2. setHtmlSettings(HTMLSettings htmlSettings)Deprecated.Constructors in org.docx4j.convert.out.html with parameters of type HTMLSettings Constructor Description HTMLConversionContext(AbstractWriterRegistry writerRegistry, HTMLSettings settings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers conversionSectionWrappers)HTMLConversionContext using a customised WriterRegistryHTMLConversionContext(HTMLSettings settings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers conversionSectionWrappers)HTMLConversionContext used by defaultConstructor parameters in org.docx4j.convert.out.html with type arguments of type HTMLSettings Constructor Description AbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings,HTMLConversionContext> exporterDelegate)usual use caseAbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings,HTMLConversionContext> exporterDelegate, AbstractWriterRegistry writerRegistry)using a customised WriterRegistry