MarkdownSaveOptions
Contents
[
Hide
]MarkdownSaveOptions class
Represents options that control how presentation should be saved to markdown.
The MarkdownSaveOptions type exposes the following members:
Constructors
| Name | Description |
|---|---|
| MarkdownSaveOptions() | Ctor. |
Properties
| Name | 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 string. |
| export_type | Specifies markdown specification to convert presentation. Default is |
| 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 |
| new_line_type | Specifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows). Default is |
| show_comments | Specifies whether the generated document should show comments or not. Default is |
| show_hidden_slides | Specifies whether the generated document should include hidden slides or not. Default is |
| show_slide_number | Specifies whether the generated document should show number of each slide or not. Default is |
| flavor | Specifies markdown specification to convert presentation. Default is |
See Also
- namespace aspose.slides.dom.export.markdown.saveoptions
- assembly Aspose.Slides