Class MarkdownSaveOptions

Class MarkdownSaveOptions

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the save options for markdown.

public class MarkdownSaveOptions : SaveOptions

Inheritance

objectSaveOptionsMarkdownSaveOptions

Inherited Members

SaveOptions.m_SaveFormat, SaveOptions.SaveFormat, SaveOptions.ClearData, SaveOptions.CachedFileFolder, SaveOptions.ValidateMergedAreas, SaveOptions.MergeAreas, SaveOptions.CreateDirectory, SaveOptions.SortNames, SaveOptions.SortExternalNames, SaveOptions.RefreshChartCache, SaveOptions.WarningCallback, SaveOptions.CheckExcelRestriction, SaveOptions.UpdateSmartArt, SaveOptions.EncryptDocumentProperties, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

MarkdownSaveOptions()

Creates options for saving markdown document

public MarkdownSaveOptions()

Properties

Encoding

Gets and sets the default encoding.

public Encoding Encoding { get; set; }

Property Value

Encoding

FormatStrategy

Gets and sets the format strategy when exporting the cell value as string.

public CellValueFormatStrategy FormatStrategy { get; set; }

Property Value

CellValueFormatStrategy

LightCellsDataProvider

The Data provider to provide cells data for saving workbook in light mode.

public LightCellsDataProvider LightCellsDataProvider { get; set; }

Property Value

LightCellsDataProvider

LineSeparator

Gets and sets the line separator.

public string LineSeparator { get; set; }

Property Value

string