Html5Options

Html5Options class

Represents a HTML5 exporting options.

Html5Options

NameDescription
Html5Options()Default constructor.

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


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


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.

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.