Constructor Summary |
---|
MarkdownSaveOptions()
Creates options for saving markdown document |
Property Getters/Setters Summary | ||
---|---|---|
method | getCachedFileFolder() | |
method | setCachedFileFolder(value) | |
The cached file folder is used to store some large data. | ||
method | getClearData() | |
method | setClearData(value) | |
Make the workbook empty after saving the file. | ||
method | getCreateDirectory() | |
method | setCreateDirectory(value) | |
If true and the directory does not exist, the directory will be automatically created before saving the file. | ||
method | getEnableHTTPCompression() | |
method | setEnableHTTPCompression(value) | |
Indicates if http compression is to be used in user's IIS. | ||
method | getEncoding() | |
method | setEncoding(value) | |
Gets and sets the default encoding. | ||
method | getFormatStrategy() | |
method | setFormatStrategy(value) | |
Gets and sets the format strategy when exporting the cell value as string. The value of the property is CellValueFormatStrategy integer constant. | ||
method | getLightCellsDataProvider() | |
method | setLightCellsDataProvider(value) | |
The Data provider to provide cells data for saving workbook in light mode. | ||
method | getLineSeparator() | |
method | setLineSeparator(value) | |
Gets and sets the line separator. | ||
method | getMergeAreas() | |
method | setMergeAreas(value) | |
Indicates whether merge the areas of conditional formatting and validation before saving the file. | ||
method | getPdfExportImagesFolder() | |
method | setPdfExportImagesFolder(value) | |
The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string. | ||
method | getRefreshChartCache() | |
method | setRefreshChartCache(value) | |
Indicates whether refreshing chart cache data | ||
method | getSaveFormat() | |
Gets the save file format.
The value of the property is SaveFormat integer constant. |
||
method | getSortExternalNames() | |
method | setSortExternalNames(value) | |
Indicates whether sorting external defined names before saving file. | ||
method | getSortNames() | |
method | setSortNames(value) | |
Indicates whether sorting defined names before saving file. | ||
method | getUpdateSmartArt() | |
method | setUpdateSmartArt(value) | |
Indicates whether updating smart art setting. The default value is false. | ||
method | getValidateMergedAreas() | |
method | setValidateMergedAreas(value) | |
Indicates whether validate merged cells before saving the file. | ||
method | getWarningCallback() | |
method | setWarningCallback(value) | |
Gets or sets warning callback. |
MarkdownSaveOptions()
Encoding getEncoding() / setEncoding(value)
int getFormatStrategy() / setFormatStrategy(value)
LightCellsDataProvider getLightCellsDataProvider() / setLightCellsDataProvider(value)
String getLineSeparator() / setLineSeparator(value)
int getSaveFormat()
boolean getClearData() / setClearData(value)
String getCachedFileFolder() / setCachedFileFolder(value)
boolean getValidateMergedAreas() / setValidateMergedAreas(value)
boolean getMergeAreas() / setMergeAreas(value)
boolean getCreateDirectory() / setCreateDirectory(value)
boolean getSortNames() / setSortNames(value)
boolean getSortExternalNames() / setSortExternalNames(value)
boolean getRefreshChartCache() / setRefreshChartCache(value)
String getPdfExportImagesFolder() / setPdfExportImagesFolder(value)
boolean getEnableHTTPCompression() / setEnableHTTPCompression(value)
IWarningCallback getWarningCallback() / setWarningCallback(value)
boolean getUpdateSmartArt() / setUpdateSmartArt(value)