IPptxOptions

IPptxOptions class

Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).

The IPptxOptions type exposes the following members:

Properties

NameDescription
conformanceSpecifies the conformance class to which the Presentation document conforms.
Default value is
as_i_save_optionsAllows to get base ISaveOptions interface.
Read-only ISaveOptions.
warning_callbackReturns or sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
progress_callbackRepresents a callback object for saving progress updates in percentage.
See IProgressCallback.
default_regular_fontReturns or sets font used in case source font is not found.
Read-write string.

See Also