HtmlSettings

public final class HtmlSettings

Settings for Html. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Constructors

Link copied to clipboard
public void HtmlSettings()

Functions

Link copied to clipboard
public final ImageExportMode getImageExport()
Controls how images are exported when converting documents to HTML.
Link copied to clipboard
public final HtmlLayoutType getLayout()
The layout type to use when saving HTML documents.
Link copied to clipboard
public final void setImageExport(ImageExportMode value)
Controls how images are exported when converting documents to HTML.
Link copied to clipboard
public final void setLayout(HtmlLayoutType value)
The layout type to use when saving HTML documents.