Uses of Class
org.docx4j.convert.out.AbstractConversionSettings
| Package | Description |
|---|---|
| org.docx4j.convert.out | |
| org.docx4j.convert.out.common | |
| org.docx4j.convert.out.html | |
| org.pptx4j.convert.out | |
| org.pptx4j.convert.out.svginhtml |
-
Uses of AbstractConversionSettings in org.docx4j.convert.out
Subclasses of AbstractConversionSettings in org.docx4j.convert.out Modifier and Type Class Description classDocuments4jConversionSettingsMechanism by which the docx or xlsx package is passed to the converter.classFOSettingsThis class contains the configuration for the conversion process.
The conversion is done in two steps: Generate a fo document Render it into the desired formatclassHTMLSettingsclassMicrosoftGraphConversionSettingsMechanism by which docx, pptx or xlsx package is passed to the converter. -
Uses of AbstractConversionSettings in org.docx4j.convert.out.common
Classes in org.docx4j.convert.out.common with type parameters of type AbstractConversionSettings Modifier and Type Class Description classAbstractExporter<CS extends AbstractConversionSettings,CC extends AbstractConversionContext,PK extends OpcPackage>Exporter are responsible to create the environment for the export process.classAbstractExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.classAbstractVisitorExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.classAbstractWmlExporter<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>Superclass for the export of WordprocessingMLPackage(s)classAbstractXsltExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.interfaceExporter<T extends AbstractConversionSettings>The AbstractExporter is the interface to singletons that do the conversion from a OpcPackage to a target format.classWmlXsltExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.Methods in org.docx4j.convert.out.common that return AbstractConversionSettings Modifier and Type Method Description AbstractConversionSettingsAbstractConversionContext. getConversionSettings()Methods in org.docx4j.convert.out.common with parameters of type AbstractConversionSettings Modifier and Type Method Description protected ConversionHyperlinkHandlerAbstractConversionContext. initializeHyperlinkHandler(AbstractConversionSettings settings, ConversionHyperlinkHandler handler)protected ConversionImageHandlerAbstractConversionContext. initializeImageHandler(AbstractConversionSettings settings, ConversionImageHandler handler)protected OpcPackageAbstractConversionContext. initializeOpcPackage(AbstractConversionSettings settings, OpcPackage opcPackage)protected OpcPackageAbstractWmlConversionContext. initializeOpcPackage(AbstractConversionSettings conversionSettings, OpcPackage opcPackage)protected voidAbstractConversionContext. initializeSettings(AbstractConversionSettings settings, OpcPackage localOpcPackage)protected java.util.Map<java.lang.String,java.lang.Object>AbstractConversionContext. initializeXsltParameters(AbstractConversionSettings settings, java.util.Map<java.lang.String,java.lang.Object> settingParameters)Constructors in org.docx4j.convert.out.common with parameters of type AbstractConversionSettings Constructor Description AbstractConversionContext(AbstractMessageWriter messageWriter, AbstractConversionSettings conversionSettings, OpcPackage localOpcPackage)AbstractWmlConversionContext(AbstractWriterRegistry writerRegistry, AbstractMessageWriter messageWriter, AbstractConversionSettings conversionSettings, WordprocessingMLPackage wmlPackage, ConversionSectionWrappers conversionSectionWrappers, RunFontSelector runFontSelector) -
Uses of AbstractConversionSettings in org.docx4j.convert.out.html
Subclasses of AbstractConversionSettings in org.docx4j.convert.out.html Modifier and Type Class Description static classAbstractHtmlExporter.HtmlSettingsDeprecated.Methods in org.docx4j.convert.out.html with parameters of type AbstractConversionSettings Modifier and Type Method Description protected ConversionImageHandlerHTMLConversionContext. initializeImageHandler(AbstractConversionSettings settings, ConversionImageHandler handler)protected voidHTMLConversionContext. initializeSettings(AbstractConversionSettings settings, OpcPackage localOpcPackage) -
Uses of AbstractConversionSettings in org.pptx4j.convert.out
Methods in org.pptx4j.convert.out with parameters of type AbstractConversionSettings Modifier and Type Method Description protected OpcPackageAbstractPmlConversionContext. initializeOpcPackage(AbstractConversionSettings settings, OpcPackage opcPackage)protected voidAbstractPmlConversionContext. initializeSettings(AbstractConversionSettings settings, OpcPackage opcPackage)Constructors in org.pptx4j.convert.out with parameters of type AbstractConversionSettings Constructor Description AbstractPmlConversionContext(AbstractMessageWriter messageWriter, AbstractConversionSettings conversionSettings, PresentationMLPackage localPmlPackage) -
Uses of AbstractConversionSettings in org.pptx4j.convert.out.svginhtml
Subclasses of AbstractConversionSettings in org.pptx4j.convert.out.svginhtml Modifier and Type Class Description static classSvgExporter.SvgSettingsMethods in org.pptx4j.convert.out.svginhtml with parameters of type AbstractConversionSettings Modifier and Type Method Description protected ConversionImageHandlerSvgConversionContext. initializeImageHandler(AbstractConversionSettings settings, ConversionImageHandler handler)