Html5Options
Html5Options class
Represents a HTML5 exporting options.
Html5Options
Name | Description |
---|---|
Html5Options() | Default function. |
Returns: Html5Options
getAnimateShapes
Name | Description |
---|---|
getAnimateShapes () | Returns or sets shapes animation option. Read/write boolean. |
Returns: boolean
getAnimateTransitions
Name | Description |
---|---|
getAnimateTransitions () | Returns or sets transitions animation option. Read/write boolean. |
Returns: boolean
getDisableFontLigatures
Name | Description |
---|---|
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
Name | Description |
---|---|
getEmbedImages () | Returns or sets images embedding option. Read/write boolean. |
Returns: boolean
getNotesCommentsLayouting
Name | Description |
---|---|
getNotesCommentsLayouting () | Provides options that control how notes and comments is placed in exported document. Read/write INotesCommentsLayoutingOptions. |
Returns: NotesCommentsLayoutingOptions
getOutputPath
Name | Description |
---|---|
getOutputPath () | Determines where external resources should be stored. Read/write String. |
Returns: String
setAnimateShapes
Name | Description |
---|---|
setAnimateShapes (boolean) | Returns or sets shapes animation option. Read/write boolean. |
Returns: void
setAnimateTransitions
Name | Description |
---|---|
setAnimateTransitions (boolean) | Returns or sets transitions animation option. Read/write boolean. |
Returns: void
setDisableFontLigatures
Name | Description |
---|---|
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. |
Returns: void
setEmbedImages
Name | Description |
---|---|
setEmbedImages (boolean) | Returns or sets images embedding option. Read/write boolean. |
Returns: void
setNotesCommentsLayouting
Name | Description |
---|---|
setNotesCommentsLayouting (NotesCommentsLayoutingOptions) | Provides options that control how notes and comments is placed in exported document. Read/write INotesCommentsLayoutingOptions. |
Returns: void
setOutputPath
Name | Description |
---|---|
setOutputPath (String) | Determines where external resources should be stored. Read/write String. |
Returns: void