MarkdownSaveOptions Class
Contents
[
Hide
]MarkdownSaveOptions class
Represents the save options for markdown.
type MarkdownSaveOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewMarkdownSaveOptions | Creates options for saving markdown document |
| NewMarkdownSaveOptions_SaveOptions | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetEncoding | Gets and sets the default encoding. |
| SetEncoding | Gets and sets the default encoding. |
| GetFormatStrategy | Gets and sets the format strategy when exporting the cell value as string. |
| SetFormatStrategy | Gets and sets the format strategy when exporting the cell value as string. |
| GetLineSeparator | Gets and sets the line separator. |
| SetLineSeparator | Gets and sets the line separator. |
| GetTableHeaderType | Gets and sets how set the header of the table. |
| SetTableHeaderType | Gets and sets how set the header of the table. |
| GetSheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Active. |
| SetSheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Active. |
| GetImageOptions | Get the ImageOrPrintOptions object before exporting |
| GetExportImagesAsBase64 | Specifies whether images are saved in Base64 format to Markdown.The default value is true. |
| SetExportImagesAsBase64 | Specifies whether images are saved in Base64 format to Markdown.The default value is true. |
| GetCalculateFormula | Indicates whether to calculate formulas before saving markdown file. |
| SetCalculateFormula | Indicates whether to calculate formulas before saving markdown file. |
| GetExportHyperlinkAsReference | Indicates whether to export hyperlink using reference definitions instead of inline format.The default value is false. |
| SetExportHyperlinkAsReference | Indicates whether to export hyperlink using reference definitions instead of inline format.The default value is false. |
| GetAlignColumnPadding | Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ’ ’ for spaces).Set to ‘\0’ to disable column alignment (default). |
| SetAlignColumnPadding | Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ’ ’ for spaces).Set to ‘\0’ to disable column alignment (default). |
| GetSplitTablesByBlankRow | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.The default value is false. |
| SetSplitTablesByBlankRow | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.The default value is false. |
| GetSaveFormat | Gets the save file format. |
| GetClearData | Make the workbook empty after saving the file. |
| SetClearData | Make the workbook empty after saving the file. |
| GetCachedFileFolder | The folder for temporary files that may be used as data cache. |
| SetCachedFileFolder | The folder for temporary files that may be used as data cache. |
| GetValidateMergedAreas | Indicates whether validate merged cells before saving the file. |
| SetValidateMergedAreas | Indicates whether validate merged cells before saving the file. |
| GetMergeAreas | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
| SetMergeAreas | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
| GetCreateDirectory | If true and the directory does not exist, the directory will be automatically created before saving the file. |
| SetCreateDirectory | If true and the directory does not exist, the directory will be automatically created before saving the file. |
| GetSortNames | Indicates whether sorting defined names before saving file. |
| SetSortNames | Indicates whether sorting defined names before saving file. |
| GetSortExternalNames | Indicates whether sorting external defined names before saving file. |
| SetSortExternalNames | Indicates whether sorting external defined names before saving file. |
| GetRefreshChartCache | Indicates whether refreshing chart cache data |
| SetRefreshChartCache | Indicates whether refreshing chart cache data |
| GetCheckExcelRestriction | Whether check restriction of excel file when user modify cells related objects.For example, excel does not allow inputting string value longer than 32K.When you input a value longer than 32K, it will be truncated. |
| SetCheckExcelRestriction | Whether check restriction of excel file when user modify cells related objects.For example, excel does not allow inputting string value longer than 32K.When you input a value longer than 32K, it will be truncated. |
| GetUpdateSmartArt | Indicates whether updating smart art setting.The default value is false. |
| SetUpdateSmartArt | Indicates whether updating smart art setting.The default value is false. |
| GetEncryptDocumentProperties | Indicates whether encrypt document properties when saving as .xls file.The default value is true. |
| SetEncryptDocumentProperties | Indicates whether encrypt document properties when saving as .xls file.The default value is true. |