SaveOptions

SaveOptions class

Abstract class with options that control how a presentation is saved.

SaveOptions

NameDescription
SaveOptions()

Returns: SaveOptions


getDefaultRegularFont

NameDescription
getDefaultRegularFont ()Returns or sets font used in case source font is not found. Read-write String.

Returns: String


getGradientStyle

NameDescription
getGradientStyle ()Returns or sets the visual style of the gradient. Read/write GradientStyle.

Returns: int


getProgressCallback

NameDescription
getProgressCallback ()Represents a callback object for saving progress updates in percentage. See IProgressCallback.

Returns: IProgressCallback


NameDescription
getSkipJavaScriptLinks ()Specifies whether the presentation Hyperlinks with JavaScript calls will be skipped while saving. Read/write boolean. Default value is false. When the option value is true, the Hyperlinks with JavaScript calls will be ignored. When the option value is false, the all Hyperlinks will be saved.

Returns: boolean


getWarningCallback

NameDescription
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

NameDescription
setDefaultRegularFont (String)Returns or sets font used in case source font is not found. Read-write String.

Returns: void


setGradientStyle

NameDescription
setGradientStyle (int)Returns or sets the visual style of the gradient. Read/write GradientStyle.

Returns: void


setProgressCallback

NameDescription
setProgressCallback (IProgressCallback)Represents a callback object for saving progress updates in percentage. See IProgressCallback.

Returns: void


NameDescription
setSkipJavaScriptLinks (boolean)Specifies whether the presentation Hyperlinks with JavaScript calls will be skipped while saving. Read/write boolean. Default value is false. When the option value is true, the Hyperlinks with JavaScript calls will be ignored. When the option value is false, the all Hyperlinks will be saved.

Returns: void


setWarningCallback

NameDescription
setWarningCallback (IWarningCallback)Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.

Returns: void