MarkdownSaveOptions
MarkdownSaveOptions class
Represents the save options for markdown.
Constructors
| Name | Description |
|---|---|
| MarkdownSaveOptions | Creates options for saving markdown document |
Properties
| Name | Type | Description |
|---|---|---|
| Encoding | Encoding | Gets and sets the default encoding. |
| FormatStrategy | Number | Gets and sets the format strategy when exporting the cell value as string. The value of the property is CellValueFormatS |
| LightCellsDataProvider | LightCellsDataProvider | The Data provider to provide cells data for saving workbook in light mode. |
| LineSeparator | String | Gets and sets the line separator. |
| TableHeaderType | MarkdownTableHeaderType | |
| SheetSet | SheetSet | |
| ImageOptions | ImageOrPrintOptions | |
| ExportImagesAsBase64 | boolean | |
| StreamProvider | IStreamProvider | |
| CalculateFormula | boolean | |
| ExportHyperlinkAsReference | boolean | |
| AlignColumnPadding | char | |
| SplitTablesByBlankRow | boolean | |
| OfficeMathOutputType | Number | The value of the property is HtmlOfficeMathOutputType integer constant. |
| SaveFormat | Number | Gets the save file format. The value of the property is SaveFormat integer constant. |
| ClearData | boolean | Make the workbook empty after saving the file. |
| CachedFileFolder | String | The cached file folder is used to store some large data. |
| ValidateMergedAreas | boolean | Indicates whether validate merged cells before saving the file. The default value is false. |
| MergeAreas | boolean | Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is |
| CreateDirectory | boolean | If true and the directory does not exist, the directory will be automatically created before saving the file. The defaul |
| SortNames | boolean | Indicates whether sorting defined names before saving file. |
| SortExternalNames | boolean | Indicates whether sorting external defined names before saving file. |
| RefreshChartCache | boolean | Indicates whether refreshing chart cache data |
| WarningCallback | IWarningCallback | Gets or sets warning callback. |
| CheckExcelRestriction | boolean | |
| UpdateSmartArt | boolean | Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSm |
| EncryptDocumentProperties | boolean |
MarkdownSaveOptions()
Creates options for saving markdown document
MarkdownSaveOptions.Encoding property
Gets and sets the default encoding.
Type: Encoding
MarkdownSaveOptions.FormatStrategy property
Gets and sets the format strategy when exporting the cell value as string. The value of the property is CellValueFormatStrategy integer constant.
Type: Number
MarkdownSaveOptions.LightCellsDataProvider property
The Data provider to provide cells data for saving workbook in light mode.
Type: LightCellsDataProvider
MarkdownSaveOptions.LineSeparator property
Gets and sets the line separator.
Type: String
MarkdownSaveOptions.TableHeaderType property
Type: MarkdownTableHeaderType
MarkdownSaveOptions.SheetSet property
Type: SheetSet
MarkdownSaveOptions.ImageOptions property
Type: ImageOrPrintOptions
MarkdownSaveOptions.ExportImagesAsBase64 property
Type: boolean
MarkdownSaveOptions.StreamProvider property
Type: IStreamProvider
MarkdownSaveOptions.CalculateFormula property
Type: boolean
MarkdownSaveOptions.ExportHyperlinkAsReference property
Type: boolean
MarkdownSaveOptions.AlignColumnPadding property
Type: char
MarkdownSaveOptions.SplitTablesByBlankRow property
Type: boolean
MarkdownSaveOptions.OfficeMathOutputType property
The value of the property is HtmlOfficeMathOutputType integer constant.
Type: Number
MarkdownSaveOptions.SaveFormat property
Gets the save file format. The value of the property is SaveFormat integer constant.
Type: Number
MarkdownSaveOptions.ClearData property
Make the workbook empty after saving the file.
Type: boolean
MarkdownSaveOptions.CachedFileFolder property
The cached file folder is used to store some large data.
Type: String
MarkdownSaveOptions.ValidateMergedAreas property
Indicates whether validate merged cells before saving the file. The default value is false.
Type: boolean
MarkdownSaveOptions.MergeAreas property
Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.
Type: boolean
MarkdownSaveOptions.CreateDirectory property
If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.
Type: boolean
MarkdownSaveOptions.SortNames property
Indicates whether sorting defined names before saving file.
Type: boolean
MarkdownSaveOptions.SortExternalNames property
Indicates whether sorting external defined names before saving file.
Type: boolean
MarkdownSaveOptions.RefreshChartCache property
Indicates whether refreshing chart cache data
Type: boolean
MarkdownSaveOptions.WarningCallback property
Gets or sets warning callback.
Type: IWarningCallback
MarkdownSaveOptions.CheckExcelRestriction property
Type: boolean
MarkdownSaveOptions.UpdateSmartArt property
Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.
Type: boolean
MarkdownSaveOptions.EncryptDocumentProperties property
Type: boolean