new XmlSaveOptions()

Creates options for saving xml file.

Methods

getCachedFileFolder()

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

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.

getDataAsAttribute()

Indicates whether exporting data as attributes of element.

getExportArea()

Gets or sets the exporting range.

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.

getSheetIndexes()

Represents the indexes of exported sheets.

getSheetNameAsElementName()

Indicates whether exporting sheet's name as the name of the element.

getSortExternalNames()

Indicates whether sorting external defined names before saving file.

getSortNames()

Indicates whether sorting defined names before saving file.

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.

getWarningCallback()

Gets or sets warning callback.

getXmlMapName()

Indicates whether exporting xml map in the file.

hasHeaderRow()

Indicates whether the range contains header row.

setCachedFileFolder()

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

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.

setDataAsAttribute()

Indicates whether exporting data as attributes of element.

setExportArea()

Gets or sets the exporting range.

setHasHeaderRow()

Indicates whether the range contains header row.

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

setSheetIndexes()

Represents the indexes of exported sheets.

setSheetNameAsElementName()

Indicates whether exporting sheet's name as the name of the element.

setSortExternalNames()

Indicates whether sorting external defined names before saving file.

setSortNames()

Indicates whether sorting defined names before saving file.

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.

setWarningCallback()

Gets or sets warning callback.

setXmlMapName()

Indicates whether exporting xml map in the file.