public class MarkdownSaveOptions extends SaveOptions
| Constructor and Description |
|---|
MarkdownSaveOptions()
Creates options for saving markdown document
|
| Modifier and Type | Method and Description |
|---|---|
Encoding |
getEncoding()
Gets the default encoding.
|
int |
getFormatStrategy()
Gets the format strategy when exporting the cell value as string.
|
LightCellsDataProvider |
getLightCellsDataProvider()
The Data provider to provide cells data for saving workbook in light mode.
|
java.lang.String |
getLineSeparator()
Gets the line separator.
|
void |
setEncoding(Encoding value)
Sets the default encoding.
|
void |
setFormatStrategy(int value)
Sets the format strategy when exporting the cell value as string.
|
void |
setLightCellsDataProvider(LightCellsDataProvider value)
The Data provider to provide cells data for saving workbook in light mode.
|
void |
setLineSeparator(java.lang.String value)
Sets the line separator.
|
getCachedFileFolder, getClearData, getCreateDirectory, getEncryptDocumentProperties, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setClearData, setCreateDirectory, setEncryptDocumentProperties, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic MarkdownSaveOptions()
public Encoding getEncoding()
public void setEncoding(Encoding value)
public int getFormatStrategy()
public void setFormatStrategy(int value)
public LightCellsDataProvider getLightCellsDataProvider()
public void setLightCellsDataProvider(LightCellsDataProvider value)
public java.lang.String getLineSeparator()
public void setLineSeparator(java.lang.String value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.