HtmlOptions class
Contents
[
Hide
]HtmlOptions class
Represents a HTML exporting options.
Inheritance:HtmlOptions
→ SaveOptions
The HtmlOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates a new HtmlOptions object specifiing callback. |
__init__ | Creates a new HtmlOptions object for saving into single HTML file. |
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 . |
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 |
notes_comments_layouting | Provides options that control how notes and comments is placed in exported document. |
show_hidden_slides | Specifies whether the generated document should include hidden slides or not. Default is false . |
html_formatter | Returns or sets HTML template. Read/write IHtmlFormatter . |
slide_image_format | Returns or sets slide image format options. Read/write ISlideImageFormat . |
jpeg_quality | Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write int. |
pictures_compression | Represents the pictures compression level |
delete_pictures_cropped_areas | A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file) |
svg_responsive_layout | True to exclude width and height attributes from svg container - that will make layout responsive. False - otherwise. Read/write bool. |
See Also
- class
HtmlOptions
- class
SaveOptions
- module
aspose.slides.export
- library
Aspose.Slides