Html5Options

Html5Options class

Represents a HTML5 exporting options.

Html5Options

NameDescription
Html5Options()Default constructor.

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


getDefaultRegularFont

NameDescription
getDefaultRegularFont()Returns or sets font used in case source font is not found. Read-write String.

Result: String


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


getProgressCallback

NameDescription
getProgressCallback()Represents a callback object for saving progress updates in percentage. See IProgressCallback.

Result: IProgressCallback


getWarningCallback

NameDescription
getWarningCallback()Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.

Result: IWarningCallback


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.

setDefaultRegularFont

NameDescription
setDefaultRegularFont(String)Returns or sets font used in case source font is not found. Read-write String.

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.

setProgressCallback

NameDescription
setProgressCallback(IProgressCallback)Represents a callback object for saving progress updates in percentage. See IProgressCallback.

setWarningCallback

NameDescription
setWarningCallback(IWarningCallback)Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.