SvgSaveOptions

SvgSaveOptions class

Represents Svg save options. For advanced usage, please use WorkbookRender or SheetRender. NOTE: This class is now obsolete. Instead, please use ImageSaveOptions class. This property will be removed 12 months later since March 2023. Aspose apologizes for any inconvenience you may have experienced.

new SvgSaveOptions()

Creates the options for saving svg file. NOTE: This class is now obsolete. Instead, please use ImageSaveOptions class. This property will be removed 12 months later since March 2023. Aspose apologizes for any inconvenience you may have experienced.

Methods

NameDescription
constructor_overload$1(saveFormat)Creates the options for saving svg file. NOTE: This constructor is now obsolete. Instead, please use SvgSaveOptions() co
getCachedFileFolder()The cached file folder is used to store some large data.
getCheckExcelRestriction()
getClearData()Make the workbook empty after saving the file.
getCreateDirectory()If true and the directory does not exist, the directory will be automatically created before saving the file. The defaul
getEncryptDocumentProperties()
getImageOrPrintOptions()Additional image creation options. For advanced usage, please use WorkbookRender or SheetRender.
getMergeAreas()Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is
getRefreshChartCache()Indicates whether refreshing chart cache data
getSaveFormat()Gets the save file format. The value of the property is SaveFormat integer constant.
getSheetIndex()Gets and sets which worksheet should be exported. If the value is -1, the active worksheet will be exported. NOTE: This
getSortExternalNames()Indicates whether sorting external defined names before saving file.
getSortNames()Indicates whether sorting defined names before saving file.
getStreamProvider()Gets or sets the IStreamProvider for exporting objects. If saving as Tiff, this property is ignored. Otherwise, if more
getUpdateSmartArt()Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSm
getValidateMergedAreas()Indicates whether validate merged cells before saving the file. The default value is false.
setCachedFileFolder()The cached file folder is used to store some large data.
setCheckExcelRestriction()
setClearData()Make the workbook empty after saving the file.
setCreateDirectory()If true and the directory does not exist, the directory will be automatically created before saving the file. The defaul
setEncryptDocumentProperties()
setMergeAreas()Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is
setRefreshChartCache()Indicates whether refreshing chart cache data
setSheetIndex()Gets and sets which worksheet should be exported. If the value is -1, the active worksheet will be exported. NOTE: This
setSortExternalNames()Indicates whether sorting external defined names before saving file.
setSortNames()Indicates whether sorting defined names before saving file.
setStreamProvider()Gets or sets the IStreamProvider for exporting objects. If saving as Tiff, this property is ignored. Otherwise, if more
setUpdateSmartArt()Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSm
setValidateMergedAreas()Indicates whether validate merged cells before saving the file. The default value is false.

constructor_overload$1(saveFormat)

Creates the options for saving svg file. NOTE: This constructor is now obsolete. Instead, please use SvgSaveOptions() constructor. This property will be removed 12 months later since August 2022. Aspose apologizes for any inconvenience you may have experienced.

ParameterTypeDescription
saveFormatNumberSaveFormat

getCachedFileFolder()

The cached file folder is used to store some large data.

getCheckExcelRestriction()

getClearData()

Make the workbook empty after saving the file.

getCreateDirectory()

If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.

getEncryptDocumentProperties()

getImageOrPrintOptions()

Additional image creation options. For advanced usage, please use WorkbookRender or SheetRender.

getMergeAreas()

Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.

getRefreshChartCache()

Indicates whether refreshing chart cache data

getSaveFormat()

Gets the save file format. The value of the property is SaveFormat integer constant.

getSheetIndex()

Gets and sets which worksheet should be exported. If the value is -1, the active worksheet will be exported. NOTE: This class is now obsolete. Instead, please use ImageSaveOptions class. This property will be removed 12 months later since March 2023. Aspose apologizes for any inconvenience you may have experienced.

getSortExternalNames()

Indicates whether sorting external defined names before saving file.

getSortNames()

Indicates whether sorting defined names before saving file.

getStreamProvider()

Gets or sets the IStreamProvider for exporting objects. If saving as Tiff, this property is ignored. Otherwise, if more than one image should be saving, we will write other images by this. For advanced usage, please use WorkbookRender or SheetRender.

getUpdateSmartArt()

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.

getValidateMergedAreas()

Indicates whether validate merged cells before saving the file. The default value is false.

setCachedFileFolder()

The cached file folder is used to store some large data.

setCheckExcelRestriction()

setClearData()

Make the workbook empty after saving the file.

setCreateDirectory()

If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.

setEncryptDocumentProperties()

setMergeAreas()

Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.

setRefreshChartCache()

Indicates whether refreshing chart cache data

setSheetIndex()

Gets and sets which worksheet should be exported. If the value is -1, the active worksheet will be exported. NOTE: This class is now obsolete. Instead, please use ImageSaveOptions class. This property will be removed 12 months later since March 2023. Aspose apologizes for any inconvenience you may have experienced.

setSortExternalNames()

Indicates whether sorting external defined names before saving file.

setSortNames()

Indicates whether sorting defined names before saving file.

setStreamProvider()

Gets or sets the IStreamProvider for exporting objects. If saving as Tiff, this property is ignored. Otherwise, if more than one image should be saving, we will write other images by this. For advanced usage, please use WorkbookRender or SheetRender.

setUpdateSmartArt()

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.

setValidateMergedAreas()

Indicates whether validate merged cells before saving the file. The default value is false.