MarkdownSaveOptions class

MarkdownSaveOptions class

Represents options that control how presentation should be saved to markdown.

Inheritance:MarkdownSaveOptionsSaveOptions

The MarkdownSaveOptions type exposes the following members:

Constructors

ConstructorDescription
__init__Ctor.

Properties

PropertyDescription
warning_callbackReturns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
progress_callbackRepresents a callback object for saving progress updates in percentage.
See IProgressCallback.
default_regular_fontReturns or sets font used in case source font is not found.
Read-write str.
export_typeSpecifies markdown specification to convert presentation.
Default is TextOnly.
base_pathSpecifies the base path where document with resources will be saved.
Default is the current directory of the application.
images_save_folder_nameSpecifies folder name to save images.
Default is Images.
new_line_typeSpecifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows).
Default is Unix.
show_commentsSpecifies whether the generated document should show comments or not.
Default is false.
show_hidden_slidesSpecifies whether the generated document should include hidden slides or not.
Default is false.
show_slide_numberSpecifies whether the generated document should show number of each slide or not.
Default is false.
flavorSpecifies markdown specification to convert presentation.
Default is Multi-markdown.

See Also