Html5Options
Html5Options class
Represents a HTML5 exporting options.
Html5Options
| Name | Description |
|---|
| Html5Options() | Default constructor. |
Result:
Html5Options
getAnimateShapes
| Name | Description |
|---|
| getAnimateShapes() | Returns or sets shapes animation option. Read/write boolean. |
Result:
boolean
getAnimateTransitions
| Name | Description |
|---|
| getAnimateTransitions() | Returns or sets transitions animation option. Read/write boolean. |
Result:
boolean
getDefaultRegularFont
| Name | Description |
|---|
| getDefaultRegularFont() | Returns or sets font used in case source font is not found. Read-write String. |
Result:
String
getEmbedImages
| Name | Description |
|---|
| getEmbedImages() | Returns or sets images embedding option. Read/write boolean. |
Result:
boolean
getOutputPath
| Name | Description |
|---|
| getOutputPath() | Determines where external resources should be stored. Read/write String. |
Result:
String
getProgressCallback
| Name | Description |
|---|
| getProgressCallback() | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
Result:
IProgressCallback
getWarningCallback
| Name | Description |
|---|
| 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
| 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. |
setDefaultRegularFont
| Name | Description |
|---|
| setDefaultRegularFont(String) | Returns or sets font used in case source font is not found. Read-write String. |
setEmbedImages
| Name | Description |
|---|
| setEmbedImages(boolean) | Returns or sets images embedding option. Read/write boolean. |
setOutputPath
| Name | Description |
|---|
| setOutputPath(String) | Determines where external resources should be stored. Read/write String. |
setProgressCallback
| Name | Description |
|---|
| setProgressCallback(IProgressCallback) | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
setWarningCallback
| Name | Description |
|---|
| setWarningCallback(IWarningCallback) | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback. |