PptOptions
Contents
[
Hide
]PptOptions class
Provides options that control how a presentation is saved in PPT format.
public class PptOptions : SaveOptions, IPptOptions
Constructors
Name | Description |
---|---|
PptOptions() | The default constructor. |
Properties
Name | Description |
---|---|
DefaultRegularFont { get; set; } | Returns or sets font used in case source font is not found. Read-write String. |
GradientStyle { get; set; } | Returns or sets the visual style of the gradient. Read/write GradientStyle . |
ProgressCallback { get; set; } | Represents a callback object for saving progress updates in percentage. See IProgressCallback . |
RootDirectoryClsid { get; set; } | 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’. |
WarningCallback { get; set; } | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
See Also
- class SaveOptions
- interface IPptOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides