Html5Options

Html5Options class

Represents a HTML5 exporting options.

Html5Options

NameDescription
Html5Options()Default function.

Result: Html5Options


getAnimateShapes

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

Result: boolean


getAnimateTransitions

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

Result: boolean


getEmbedImages

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

Result: boolean


getOutputPath

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

Result: String


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.

setEmbedImages

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

setOutputPath

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