IPptxOptions Interface

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

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IPptxOptions : ISaveOptions

The IPptxOptions type exposes the following members.

Properties
  NameDescription
Public propertyAsISaveOptions
Allows to get base ISaveOptions interface. Read-only ISaveOptions.
Public propertyConformance
Specifies the conformance class to which the Presentation document conforms. Default value is Ecma376_2006
Public propertyCode exampleDefaultRegularFont
Returns or sets font used in case source font is not found. Read-write String.
(Inherited from ISaveOptions.)
Public propertyProgressCallback
Represents a callback object for saving progress updates in percentage. See IProgressCallback.
(Inherited from ISaveOptions.)
Public propertyWarningCallback
Returns or sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.
(Inherited from ISaveOptions.)
See Also