Html5Options class

Html5Options class

Represents a HTML5 exporting options.

Inheritance:Html5OptionsSaveOptions

The Html5Options type exposes the following members:

Constructors

ConstructorDescription
__init__Default constructor.

Properties

PropertyDescription
warning_callbackReturns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
progress_callbackRepresents a callback object for saving progress updates in percentage.
See IProgressCallback.
default_regular_fontReturns or sets font used in case source font is not found.
Read-write str.
gradient_styleReturns or sets the visual style of the gradient.
Read/write GradientStyle.
skip_java_script_linksSpecifies whether to skip hyperlinks with JavaScript calls when saving the presentation.
Read/write bool. The default value is false .
animate_transitionsReturns or sets transitions animation option.
Read/write bool.
animate_shapesReturns or sets shapes animation option.
Read/write bool.
embed_imagesReturns or sets images embedding option.
Read/write bool.
output_pathDetermines where external resources should be stored.
Read/write str.
notes_comments_layoutingProvides options that control how notes and comments is placed in exported document.
Read/write INotesCommentsLayoutingOptions.
disable_font_ligaturesGets or sets a value indicating whether text is rendered without using ligatures.
When set to true, ligatures will be disabled in the rendered output. By default, this property is set to false.

See Also