Interface | Description |
---|---|
EmbeddedImage |
Interface gives access to referenced embedded images in the HTML conversion of rich text
|
EmbeddedImage.HTMLImageReader |
Callback interface that receives data of embedded images
|
HtmlConversionResult |
Container for a rich text → HTML conversion result, returning the HTML source code and information
about contained references to external targets (e.g.
|
RichTextHTMLConverter |
Utility class to convert between rich text and HTML
|
RichTextHTMLConverter.Builder |
Enum | Description |
---|---|
HtmlConvertOption |
An enum with existing HTML conversion options to be set via
RichTextHTMLConverter.Builder.option(HtmlConvertOption, String) .Please note that we provide an additional option method to set further undocumented options via RichTextHTMLConverter.Builder.options(Collection, String) .See these blog articles to get an idea what can be done with these options: What if.....we didn’t use <font> tags in our HTML output anymore? Domino HTML generation and FontConversion=1 Possible values for the "spec" and "tag" attributes to control HTML output (e.g. |
Copyright © 2019–2021 HCL. All rights reserved.