PptOptions Class

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

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PptOptions : SaveOptions, IPptOptions, 
	ISaveOptions

The PptOptions type exposes the following members.

Constructors
  NameDescription
Public methodPptOptions
Initializes a new instance of the PptOptions class
Properties
  NameDescription
Public propertyCode exampleDefaultRegularFont
Returns or sets font used in case source font is not found. Read-write String.
(Inherited from SaveOptions.)
Public propertyProgressCallback
Represents a callback object for saving progress updates in percentage. See IProgressCallback.
(Inherited from SaveOptions.)
Public propertyWarningCallback
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.
(Inherited from SaveOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also