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
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
getSlidesLayoutOptions
Name | Description |
---|
getSlidesLayoutOptions () | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions. |
Returns:
HandoutLayoutingOptions, NotesCommentsLayoutingOptions
setAnimateShapes
Name | Description |
---|
setAnimateShapes (boolean) | Returns or sets shapes animation option. Read/write boolean. |
setAnimateTransitions
Name | Description |
---|
setAnimateTransitions (boolean) | Returns or sets transitions animation option. Read/write boolean. |
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. |
setEmbedImages
Name | Description |
---|
setEmbedImages (boolean) | Returns or sets images embedding option. Read/write boolean. |
Name | Description |
---|
setNotesCommentsLayouting (NotesCommentsLayoutingOptions) | Provides options that control how notes and comments is placed in exported document. Read/write INotesCommentsLayoutingOptions. |
setOutputPath
Name | Description |
---|
setOutputPath (String) | Determines where external resources should be stored. Read/write String. |
setSlidesLayoutOptions
Name | Description |
---|
setSlidesLayoutOptions (HandoutLayoutingOptions) | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions. |
setSlidesLayoutOptions
Name | Description |
---|
setSlidesLayoutOptions (NotesCommentsLayoutingOptions) | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions. |