Html5Options

Html5Options class

Represents a HTML5 exporting options.

Html5Options

NameDescription
Html5Options()Default function.

Returns: Html5Options


getAnimateShapes

NameDescription
getAnimateShapes ()Returns or sets shapes animation option. Read/write boolean.

Returns: boolean


getAnimateTransitions

NameDescription
getAnimateTransitions ()Returns or sets transitions animation option. Read/write boolean.

Returns: boolean


getDisableFontLigatures

NameDescription
getDisableFontLigatures ()Gets 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.

Returns: boolean


getEmbedImages

NameDescription
getEmbedImages ()Returns or sets images embedding option. Read/write boolean.

Returns: boolean


getNotesCommentsLayouting

NameDescription
getNotesCommentsLayouting ()Provides options that control how notes and comments is placed in exported document. Read/write INotesCommentsLayoutingOptions.

Returns: NotesCommentsLayoutingOptions


getOutputPath

NameDescription
getOutputPath ()Determines where external resources should be stored. Read/write String.

Returns: String


getSlidesLayoutOptions

NameDescription
getSlidesLayoutOptions ()Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

Returns: HandoutLayoutingOptions, NotesCommentsLayoutingOptions


setAnimateShapes

NameDescription
setAnimateShapes (boolean)Returns or sets shapes animation option. Read/write boolean.

setAnimateTransitions

NameDescription
setAnimateTransitions (boolean)Returns or sets transitions animation option. Read/write boolean.

setDisableFontLigatures

NameDescription
setDisableFontLigatures (boolean)Gets 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.

setEmbedImages

NameDescription
setEmbedImages (boolean)Returns or sets images embedding option. Read/write boolean.

setNotesCommentsLayouting

NameDescription
setNotesCommentsLayouting (NotesCommentsLayoutingOptions)Provides options that control how notes and comments is placed in exported document. Read/write INotesCommentsLayoutingOptions.

setOutputPath

NameDescription
setOutputPath (String)Determines where external resources should be stored. Read/write String.

setSlidesLayoutOptions

NameDescription
setSlidesLayoutOptions (HandoutLayoutingOptions)Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

setSlidesLayoutOptions

NameDescription
setSlidesLayoutOptions (NotesCommentsLayoutingOptions)Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.