GifOptions

GifOptions class

Represents GIF exporting options.

GifOptions

NameDescription
GifOptions()Initializes a new instance of the GifOptions class.

Result: GifOptions


getDefaultDelay

NameDescription
getDefaultDelay()Gets or sets default delay time [ms]. This value will be used if ( ISlideShowTransition#getAdvanceAfterTime/ ISlideShowTransition#setAdvanceAfterTime(long)) is not set. The default value is 1000.

Result: int


getDefaultRegularFont

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

Result: String


getExportHiddenSlides

NameDescription
getExportHiddenSlides()Determines whether hidden slides will be exported. The default value is false.

Result: boolean


getFrameSize

NameDescription
getFrameSize()Gets or sets frame size. If the size is empty then the value will be taken from ( IPresentation#getSlideSize)

Result: Dimension


getProgressCallback

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

Result: IProgressCallback


getTransitionFps

NameDescription
getTransitionFps()Gets or sets transition FPS [frames/sec] The default value is 25.

Result: int


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.

Result: IWarningCallback


setDefaultDelay

NameDescription
setDefaultDelay(int)Gets or sets default delay time [ms]. This value will be used if ( ISlideShowTransition#getAdvanceAfterTime/ ISlideShowTransition#setAdvanceAfterTime(long)) is not set. The default value is 1000.

setDefaultRegularFont

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

setExportHiddenSlides

NameDescription
setExportHiddenSlides(boolean)Determines whether hidden slides will be exported. The default value is false.

setFrameSize

NameDescription
setFrameSize(Dimension)Gets or sets frame size. If the size is empty then the value will be taken from ( IPresentation#getSlideSize)

setProgressCallback

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

setTransitionFps

NameDescription
setTransitionFps(int)Gets or sets transition FPS [frames/sec] The default value is 25.

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.