| Interface | Description |
|---|---|
| ConversionHTMLScriptElementHandler |
How to generate the script element.
|
| ConversionHTMLStyleElementHandler |
How to generate the style element.
|
| ConversionHyperlinkHandler |
The ConversionHyperlinkHandler gets called everytime a converter generates a hyperlink.
The ConversionHyperlinkHandler gets passed via the conversion settings and the implementor may change the passed model before it gets converted to a link. |
| ConversionHyperlinkHandler.Model | |
| FORenderer |
The pdf conversion process needs a fo renderer to convert the
fo document into the requested format.
|
| FORenderer.SectionPageInformation |
The definition for the IDs and formats for the page count of one Section.
|
| Output |
| Class | Description |
|---|---|
| AbstractConversionSettings |
The Settings classes pass everything that’s needed to the conversion process.
|
| ConversionFeatures |
This interface contains flags that get passed to the conversion process.
|
| Documents4jConversionSettings |
Mechanism by which the docx or xlsx package is passed to the converter.
|
| 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. |
| HTMLSettings | |
| MicrosoftGraphConversionSettings |
Mechanism by which docx, pptx or xlsx package is passed to the converter.
|
Copyright © 2007-2022. All Rights Reserved.