PptxOptions class

PptxOptions class

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

Inheritance:PptxOptionsSaveOptions

The PptxOptions type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new instance of PptxOptions

Properties

PropertyDescription
warning_callbackReturns of 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 str.
conformanceSpecifies the conformance class to which the Presentation document conforms.
Default value is Conformance.ECMA_376_2006
zip_64_modeSpecifies whether the ZIP64 format is used for the Presentation document.
The default value is Zip64Mode.IF_NECESSARY

See Also