Resolution for images inside presentation (for to HTML/PDF rendering only).
PresentationOptions()
public PresentationOptions()
isRenderToPureHtml()
public boolean isRenderToPureHtml()
Enables a new HTML rendering mode for Presentation documents.
In this mode, the Presentation files are rendered to pure HTML/CSS markup, without SVG images. By default, this feature is disabled (false). Existing SVG-based HTML renderer is used if this option is not enabled.
Returns:
boolean
setRenderToPureHtml(boolean renderToPureHtml)
public void setRenderToPureHtml(boolean renderToPureHtml)
Enables a new HTML rendering mode for Presentation documents.
In this mode, the Presentation files are rendered to pure HTML/CSS markup, without SVG images. By default, this feature is disabled (false). Existing SVG-based HTML renderer is used if this option is not enabled.
Parameters:
Parameter
Type
Description
renderToPureHtml
boolean
getResolution()
public Resolution getResolution()
Resolution for images inside presentation (for to HTML/PDF rendering only).