MarkdownSaveOptions

MarkdownSaveOptions class

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

MarkdownSaveOptions

NameDescription
MarkdownSaveOptions()Ctor.

Result: MarkdownSaveOptions


getBasePath

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

Result: String


getDefaultRegularFont

NameDescription
getDefaultRegularFont()Returns or sets font used in case source font is not found. Read-write String.

Result: String


getExportType

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

Result: int


getFlavor

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

Result: int


getImagesSaveFolderName

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

Result: 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.

Result: int


getProgressCallback

NameDescription
getProgressCallback()Represents a callback object for saving progress updates in percentage. See IProgressCallback.

Result: IProgressCallback


getShowComments

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

Result: boolean


getShowHiddenSlides

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

Result: boolean


getShowSlideNumber

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

Result: boolean


getWarningCallback

NameDescription
getWarningCallback()Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.

Result: IWarningCallback


setBasePath

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

setDefaultRegularFont

NameDescription
setDefaultRegularFont(String)Returns or sets font used in case source font is not found. Read-write String.

setExportType

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

setFlavor

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

setImagesSaveFolderName

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

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.

setProgressCallback

NameDescription
setProgressCallback(IProgressCallback)Represents a callback object for saving progress updates in percentage. See IProgressCallback.

setShowComments

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

setShowHiddenSlides

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

setShowSlideNumber

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

setWarningCallback

NameDescription
setWarningCallback(IWarningCallback)Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.