MarkdownSaveOptions

MarkdownSaveOptions class

Represents the save options for markdown.

Constructors

NameDescription
MarkdownSaveOptionsCreates options for saving markdown document

Properties

NameTypeDescription
EncodingEncodingGets and sets the default encoding.
FormatStrategyNumberGets and sets the format strategy when exporting the cell value as string. The value of the property is CellValueFormatS
LightCellsDataProviderLightCellsDataProviderThe Data provider to provide cells data for saving workbook in light mode.
LineSeparatorStringGets and sets the line separator.
TableHeaderTypeMarkdownTableHeaderType
SheetSetSheetSet
ImageOptionsImageOrPrintOptions
ExportImagesAsBase64boolean
StreamProviderIStreamProvider
CalculateFormulaboolean
ExportHyperlinkAsReferenceboolean
AlignColumnPaddingchar
SplitTablesByBlankRowboolean
OfficeMathOutputTypeNumberThe value of the property is HtmlOfficeMathOutputType integer constant.
SaveFormatNumberGets the save file format. The value of the property is SaveFormat integer constant.
ClearDatabooleanMake the workbook empty after saving the file.
CachedFileFolderStringThe cached file folder is used to store some large data.
ValidateMergedAreasbooleanIndicates whether validate merged cells before saving the file. The default value is false.
MergeAreasbooleanIndicates whether merge the areas of conditional formatting and validation before saving the file. The default value is
CreateDirectorybooleanIf true and the directory does not exist, the directory will be automatically created before saving the file. The defaul
SortNamesbooleanIndicates whether sorting defined names before saving file.
SortExternalNamesbooleanIndicates whether sorting external defined names before saving file.
RefreshChartCachebooleanIndicates whether refreshing chart cache data
WarningCallbackIWarningCallbackGets or sets warning callback.
CheckExcelRestrictionboolean
UpdateSmartArtbooleanIndicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSm
EncryptDocumentPropertiesboolean

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