MarkdownSaveOptions class
Contents
[
Hide
]MarkdownSaveOptions class
Represents options that control how presentation should be saved to markdown.
Inheritance:MarkdownSaveOptions
→ SaveOptions
The MarkdownSaveOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Ctor. |
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_type | Specifies markdown specification to convert presentation. Default is TextOnly . |
base_path | Specifies the base path where document with resources will be saved. Default is the current directory of the application. |
images_save_folder_name | Specifies folder name to save images. Default is Images . |
new_line_type | Specifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows). Default is Unix . |
show_comments | Specifies whether the generated document should show comments or not. Default is false . |
show_hidden_slides | Specifies whether the generated document should include hidden slides or not. Default is false . |
show_slide_number | Specifies whether the generated document should show number of each slide or not. Default is false . |
flavor | Specifies markdown specification to convert presentation. Default is Multi-markdown . |
See Also
- class
MarkdownSaveOptions
- class
SaveOptions
- module
aspose.slides.export
- library
Aspose.Slides