XamlOptions class
Contents
[
Hide
]XamlOptions class
Options that control how a XAML document is saved.
Inheritance:XamlOptions
→ SaveOptions
The XamlOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates the XamlOptions instance. |
Properties
Property | Description |
---|---|
warning_callback | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
progress_callback | Represents a callback object for saving progress updates in percentage. See IProgressCallback . |
default_regular_font | Returns or sets font used in case source font is not found. Read-write str. |
gradient_style | Returns or sets the visual style of the gradient. Read/write GradientStyle . |
export_hidden_slides | Determines whether hidden slides will be exported. |
output_saver | Represents an implementation of IOutputSaver interface. |
See Also
- class
SaveOptions
- class
XamlOptions
- module
aspose.slides.export.xaml
- library
Aspose.Slides