MarkdownSaveOptions
MarkdownSaveOptions class
Represents options that control how presentation should be saved to markdown.
MarkdownSaveOptions
| Name | Description |
|---|
| MarkdownSaveOptions() | Ctor. |
Result:
MarkdownSaveOptions
getBasePath
| Name | Description |
|---|
| getBasePath() | Specifies the base path where document with resources will be saved. Default is the current directory of the application. |
Result:
String
getDefaultRegularFont
| Name | Description |
|---|
| getDefaultRegularFont() | Returns or sets font used in case source font is not found. Read-write String. |
Result:
String
getExportType
| Name | Description |
|---|
| getExportType() | Specifies markdown specification to convert presentation. Default is TextOnly. |
Result:
int
getFlavor
| Name | Description |
|---|
| getFlavor() | Specifies markdown specification to convert presentation. Default is Multi-markdown. |
Result:
int
getImagesSaveFolderName
| Name | Description |
|---|
| getImagesSaveFolderName() | Specifies folder name to save images. Default is Images. |
Result:
String
getNewLineType
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| getProgressCallback() | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
Result:
IProgressCallback
| Name | Description |
|---|
| getShowComments() | Specifies whether the generated document should show comments or not. Default is false. |
Result:
boolean
getShowHiddenSlides
| Name | Description |
|---|
| getShowHiddenSlides() | Specifies whether the generated document should include hidden slides or not. Default is false. |
Result:
boolean
getShowSlideNumber
| Name | Description |
|---|
| getShowSlideNumber() | Specifies whether the generated document should show number of each slide or not. Default is false. |
Result:
boolean
getWarningCallback
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| setBasePath(String) | Specifies the base path where document with resources will be saved. Default is the current directory of the application. |
setDefaultRegularFont
| Name | Description |
|---|
| setDefaultRegularFont(String) | Returns or sets font used in case source font is not found. Read-write String. |
setExportType
| Name | Description |
|---|
| setExportType(int) | Specifies markdown specification to convert presentation. Default is TextOnly. |
setFlavor
| Name | Description |
|---|
| setFlavor(int) | Specifies markdown specification to convert presentation. Default is Multi-markdown. |
setImagesSaveFolderName
| Name | Description |
|---|
| setImagesSaveFolderName(String) | Specifies folder name to save images. Default is Images. |
setNewLineType
| Name | Description |
|---|
| setNewLineType(int) | Specifies whether the generated document should have new lines \r(Macintosh) of \n(Unix) or \r\n(Windows). Default is Unix. |
setProgressCallback
| Name | Description |
|---|
| setProgressCallback(IProgressCallback) | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
| Name | Description |
|---|
| setShowComments(boolean) | Specifies whether the generated document should show comments or not. Default is false. |
setShowHiddenSlides
| Name | Description |
|---|
| setShowHiddenSlides(boolean) | Specifies whether the generated document should include hidden slides or not. Default is false. |
setShowSlideNumber
| Name | Description |
|---|
| setShowSlideNumber(boolean) | Specifies whether the generated document should show number of each slide or not. Default is false. |
setWarningCallback
| Name | Description |
|---|
| setWarningCallback(IWarningCallback) | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback. |