Html5Options
Html5Options class
Represents a HTML5 exporting options.
Html5Options
| Name | Description |
|---|
| Html5Options() | Default function. |
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
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
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. |
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. |