public class StiDataExportSettings extends StiPageRangeExportSettings
| Constructor and Description |
|---|
StiDataExportSettings() |
StiDataExportSettings(StiExportSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
StiDataExportMode |
getDataExportMode()
Gets data export mode
|
StiDataType |
getDataType() |
java.nio.charset.Charset |
getEncoding()
Gets encoding CSV file.
|
java.lang.String |
getSeparator()
Gets string which represents column separator in CSV file.
|
boolean |
isExportDataOnly()
Gets value which indicates that only data information will be created in SYLK file.
|
boolean |
isSkipColumnHeaders()
Gets value wich indicates that export engine will be write column headers as column headers
in table or as simple column values.
|
boolean |
isUseDefaultSystemEncoding()
Gets value which indicates that default system encoding will be used for DIF format.
|
void |
setDataExportMode(StiDataExportMode dataExportMode)
Sets data export mode
|
void |
setDataType(StiDataType dataType) |
void |
setEncoding(java.nio.charset.Charset encoding)
Sets encoding CSV file.
|
void |
setExportDataOnly(boolean exportDataOnly)
Sets value which indicates that only data information will be created in SYLK file.
|
void |
setSeparator(java.lang.String separator)
Sets string which represents column separator in CSV file.
|
void |
setSkipColumnHeaders(boolean skipColumnHeaders)
Sets value wich indicates that export engine will be write column headers as column headers
in table or as simple column values.
|
void |
setUseDefaultSystemEncoding(boolean useDefaultSystemEncoding)
Sets value which indicates that default system encoding will be used for DIF format.
|
getExportFormat, getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailpublic StiDataExportSettings()
public StiDataExportSettings(StiExportSettings settings)
public java.nio.charset.Charset getEncoding()
public void setEncoding(java.nio.charset.Charset encoding)
encoding - the encoding to setpublic boolean isSkipColumnHeaders()
public void setSkipColumnHeaders(boolean skipColumnHeaders)
skipColumnHeaders - the skipColumnHeaders to setpublic StiDataExportMode getDataExportMode()
public void setDataExportMode(StiDataExportMode dataExportMode)
dataExportMode - the dataExportMode to setpublic java.lang.String getSeparator()
public void setSeparator(java.lang.String separator)
separator - the separator to setpublic boolean isExportDataOnly()
public void setExportDataOnly(boolean exportDataOnly)
exportDataOnly - the exportDataOnly to setpublic boolean isUseDefaultSystemEncoding()
public void setUseDefaultSystemEncoding(boolean useDefaultSystemEncoding)
useDefaultSystemEncoding - the useDefaultSystemEncoding to setpublic StiDataType getDataType()
public void setDataType(StiDataType dataType)
dataType - the dataType to setCopyright © 2019 Stimulsoft. All Rights Reserved.