RenderingOptions class
Contents
[
Hide
]RenderingOptions class
Provides options that control how a presentation/slide is rendered.
Inheritance:RenderingOptions → SaveOptions
The RenderingOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__ | Default constructor. |
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. |
skip_java_script_links | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. Read/write bool. The default value is false . |
slides_layout_options | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions. |
ink_options | Provides options that control the look of Ink objects in exported document. Read-only IInkOptions |
disable_font_ligatures | Gets or sets a value indicating whether text is rendered without using ligatures. When set to true, ligatures will be disabled in the rendered output. By default, this property is set to false. |
See Also
- class
RenderingOptions - class
SaveOptions - module
aspose.slides.export - library
Aspose.Slides