SaveOptions
SaveOptions class
Abstract class with options that control how a presentation is saved.
SaveOptions
Name | Description |
---|
SaveOptions() | |
Returns:
SaveOptions
getDefaultRegularFont
Name | Description |
---|
getDefaultRegularFont () | Returns or sets font used in case source font is not found. Read-write String. |
Returns:
String
getGradientStyle
Name | Description |
---|
getGradientStyle () | Returns or sets the visual style of the gradient. Read/write GradientStyle. |
Returns:
int
getProgressCallback
Name | Description |
---|
getProgressCallback () | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
Returns:
IProgressCallback
getSkipJavaScriptLinks
Name | Description |
---|
getSkipJavaScriptLinks () | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. Read/write boolean. The default value is false. When this property is set to true, hyperlinks with JavaScript calls will be ignored while saving. When this property is set to false, all hyperlinks will be saved. |
Returns:
boolean
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. |
Returns:
IWarningCallback
setDefaultRegularFont
Name | Description |
---|
setDefaultRegularFont (String) | Returns or sets font used in case source font is not found. Read-write String. |
setGradientStyle
Name | Description |
---|
setGradientStyle (int) | Returns or sets the visual style of the gradient. Read/write GradientStyle. |
setProgressCallback
Name | Description |
---|
setProgressCallback (IProgressCallback) | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
setSkipJavaScriptLinks
Name | Description |
---|
setSkipJavaScriptLinks (boolean) | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. Read/write boolean. The default value is false. When this property is set to true, hyperlinks with JavaScript calls will be ignored while saving. When this property is set to false, all hyperlinks will be saved. |
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. |