PptOptions

PptOptions class

Provides options that control how a presentation is saved in PPT format.

PptOptions

NameDescription
PptOptions()

Result: PptOptions


getDefaultRegularFont

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

Result: String


getProgressCallback

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

Result: IProgressCallback


getRootDirectoryClsid

NameDescription
getRootDirectoryClsid()Represents the object class GUID (CLSID) that is stored in the root directory entry. Can be used for COM activation of the document’s application. The default value is ‘64818D11-4F9B-11CF-86EA-00AA00B929E8’ that corresponds to ‘Microsoft Powerpoint.Slide.8’.

Result: UUID


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


setDefaultRegularFont

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

setProgressCallback

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

setRootDirectoryClsid

NameDescription
setRootDirectoryClsid(UUID)Represents the object class GUID (CLSID) that is stored in the root directory entry. Can be used for COM activation of the document’s application. The default value is ‘64818D11-4F9B-11CF-86EA-00AA00B929E8’ that corresponds to ‘Microsoft Powerpoint.Slide.8’.

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.