| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
Documents4jConversionSettings
Mechanism by which the docx or xlsx package is passed to the converter.
|
class |
FOSettings
This class contains the configuration for the conversion process.
The conversion is done in two steps: Generate a fo document Render it into the desired format It should generally be configured on a per WordprocessingMLPackage basis. |
class |
HTMLSettings |
class |
MicrosoftGraphConversionSettings
Mechanism by which docx, pptx or xlsx package is passed to the converter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExporter<CS extends AbstractConversionSettings,CC extends AbstractConversionContext,PK extends OpcPackage>
Exporter are responsible to create the environment for the export process.
|
class |
AbstractExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
|
class |
AbstractVisitorExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
|
class |
AbstractWmlExporter<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>
Superclass for the export of WordprocessingMLPackage(s)
|
class |
AbstractXsltExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
|
interface |
Exporter<T extends AbstractConversionSettings>
The AbstractExporter is the interface to singletons that do the conversion
from a OpcPackage to a target format.
|
class |
WmlXsltExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractConversionSettings |
AbstractConversionContext.getConversionSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected ConversionHyperlinkHandler |
AbstractConversionContext.initializeHyperlinkHandler(AbstractConversionSettings settings,
ConversionHyperlinkHandler handler) |
protected ConversionImageHandler |
AbstractConversionContext.initializeImageHandler(AbstractConversionSettings settings,
ConversionImageHandler handler) |
protected OpcPackage |
AbstractConversionContext.initializeOpcPackage(AbstractConversionSettings settings,
OpcPackage opcPackage) |
protected OpcPackage |
AbstractWmlConversionContext.initializeOpcPackage(AbstractConversionSettings conversionSettings,
OpcPackage opcPackage) |
protected void |
AbstractConversionContext.initializeSettings(AbstractConversionSettings settings,
OpcPackage localOpcPackage) |
protected Map<String,Object> |
AbstractConversionContext.initializeXsltParameters(AbstractConversionSettings settings,
Map<String,Object> settingParameters) |
| Constructor and Description |
|---|
AbstractConversionContext(AbstractMessageWriter messageWriter,
AbstractConversionSettings conversionSettings,
OpcPackage localOpcPackage) |
AbstractWmlConversionContext(AbstractWriterRegistry writerRegistry,
AbstractMessageWriter messageWriter,
AbstractConversionSettings conversionSettings,
WordprocessingMLPackage wmlPackage,
ConversionSectionWrappers conversionSectionWrappers,
RunFontSelector runFontSelector) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractHtmlExporter.HtmlSettings
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConversionImageHandler |
HTMLConversionContext.initializeImageHandler(AbstractConversionSettings settings,
ConversionImageHandler handler) |
protected void |
HTMLConversionContext.initializeSettings(AbstractConversionSettings settings,
OpcPackage localOpcPackage) |
| Modifier and Type | Method and Description |
|---|---|
protected OpcPackage |
AbstractPmlConversionContext.initializeOpcPackage(AbstractConversionSettings settings,
OpcPackage opcPackage) |
protected void |
AbstractPmlConversionContext.initializeSettings(AbstractConversionSettings settings,
OpcPackage opcPackage) |
| Constructor and Description |
|---|
AbstractPmlConversionContext(AbstractMessageWriter messageWriter,
AbstractConversionSettings conversionSettings,
PresentationMLPackage localPmlPackage) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SvgExporter.SvgSettings |
| Modifier and Type | Method and Description |
|---|---|
protected ConversionImageHandler |
SvgConversionContext.initializeImageHandler(AbstractConversionSettings settings,
ConversionImageHandler handler) |
Copyright © 2007-2022. All Rights Reserved.