MarkdownSaveOptions

MarkdownSaveOptions class

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

MarkdownSaveOptions

NameDescription
MarkdownSaveOptions()Ctor.

Returns: MarkdownSaveOptions


getBasePath

NameDescription
getBasePath ()Specifies the base path where document with resources will be saved. Default is the current directory of the application.

Returns: String


getExportType

NameDescription
getExportType ()Specifies markdown specification to convert presentation. Default is TextOnly.

Returns: int


getFlavor

NameDescription
getFlavor ()Specifies markdown specification to convert presentation. Default is Multi-markdown.

Returns: int


getImagesSaveFolderName

NameDescription
getImagesSaveFolderName ()Specifies folder name to save images. Default is Images.

Returns: String


getNewLineType

NameDescription
getNewLineType ()Specifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows). Default is Unix.

Returns: int


getShowComments

NameDescription
getShowComments ()Specifies whether the generated document should show comments or not. Default is false.

Returns: boolean


getShowHiddenSlides

NameDescription
getShowHiddenSlides ()Specifies whether the generated document should include hidden slides or not. Default is false.

Returns: boolean


getShowSlideNumber

NameDescription
getShowSlideNumber ()Specifies whether the generated document should show number of each slide or not. Default is false.

Returns: boolean


setBasePath

NameDescription
setBasePath (String)Specifies the base path where document with resources will be saved. Default is the current directory of the application.

Returns: void


setExportType

NameDescription
setExportType (int)Specifies markdown specification to convert presentation. Default is TextOnly.

Returns: void


setFlavor

NameDescription
setFlavor (int)Specifies markdown specification to convert presentation. Default is Multi-markdown.

Returns: void


setImagesSaveFolderName

NameDescription
setImagesSaveFolderName (String)Specifies folder name to save images. Default is Images.

Returns: void


setNewLineType

NameDescription
setNewLineType (int)Specifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows). Default is Unix.

Returns: void


setShowComments

NameDescription
setShowComments (boolean)Specifies whether the generated document should show comments or not. Default is false.

Returns: void


setShowHiddenSlides

NameDescription
setShowHiddenSlides (boolean)Specifies whether the generated document should include hidden slides or not. Default is false.

Returns: void


setShowSlideNumber

NameDescription
setShowSlideNumber (boolean)Specifies whether the generated document should show number of each slide or not. Default is false.

Returns: void