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 ()Gets or sets the gradient style to be used for a gradient. This property allows the selection of predefined gradient styles which can affect the appearance of graphical elements.

Returns: int


getProgressCallback

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

Returns: IProgressCallback


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.

setGradientStyle

NameDescription
setGradientStyle (int)Gets or sets the gradient style to be used for a gradient. This property allows the selection of predefined gradient styles which can affect the appearance of graphical elements.

setProgressCallback

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

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.