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.
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.

See Also