public class XmlSaveOptions extends SaveOptions
| Constructor and Description |
|---|
XmlSaveOptions()
Creates options for saving xml file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDataAsAttribute()
Indicates whether exporting data as attributes of element.
|
CellArea |
getExportArea()
Gets the exporting range.
|
int[] |
getSheetIndexes()
Represents the indexes of exported sheets.
|
boolean |
getSheetNameAsElementName()
Indicates whether exporting sheet's name as the name of the element.
|
java.lang.String |
getXmlMapName()
Indicates whether exporting xml map in the file.
|
boolean |
hasHeaderRow()
Indicates whether the range contains header row.
|
void |
setDataAsAttribute(boolean value)
Indicates whether exporting data as attributes of element.
|
void |
setExportArea(CellArea value)
Sets the exporting range.
|
void |
setHasHeaderRow(boolean value)
Indicates whether the range contains header row.
|
void |
setSheetIndexes(int[] value)
Represents the indexes of exported sheets.
|
void |
setSheetNameAsElementName(boolean value)
Indicates whether exporting sheet's name as the name of the element.
|
void |
setXmlMapName(java.lang.String value)
Indicates whether exporting xml map in the file.
|
getCachedFileFolder, getCheckExcelRestriction, getClearData, getCreateDirectory, getEncryptDocumentProperties, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setCheckExcelRestriction, setClearData, setCreateDirectory, setEncryptDocumentProperties, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic int[] getSheetIndexes()
public void setSheetIndexes(int[] value)
public CellArea getExportArea()
public void setExportArea(CellArea value)
public boolean hasHeaderRow()
public void setHasHeaderRow(boolean value)
public java.lang.String getXmlMapName()
public void setXmlMapName(java.lang.String value)
public boolean getSheetNameAsElementName()
public void setSheetNameAsElementName(boolean value)
public boolean getDataAsAttribute()
public void setDataAsAttribute(boolean 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 2003-2025. All Rights Reserved.