MarkdownSaveOptions

MarkdownSaveOptions class

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

The MarkdownSaveOptions type exposes the following members:

Constructors

NameDescription
MarkdownSaveOptions()Ctor.

Properties

NameDescription
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 string.
export_typeSpecifies markdown specification to convert presentation.
Default is
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
new_line_typeSpecifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows).
Default is
show_commentsSpecifies whether the generated document should show comments or not.
Default is
show_hidden_slidesSpecifies whether the generated document should include hidden slides or not.
Default is
show_slide_numberSpecifies whether the generated document should show number of each slide or not.
Default is
flavorSpecifies markdown specification to convert presentation.
Default is

See Also