Class MarkdownSaveOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the save options for markdown.
public class MarkdownSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← MarkdownSaveOptions
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
FormatStrategy
Gets and sets the format strategy when exporting the cell value as string.
public CellValueFormatStrategy FormatStrategy { get; set; }
Property Value
LightCellsDataProvider
The Data provider to provide cells data for saving workbook in light mode.
public LightCellsDataProvider LightCellsDataProvider { get; set; }
Property Value
LineSeparator
Gets and sets the line separator.
public string LineSeparator { get; set; }