Class StiDataExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiDataExportSettings
- Direct Known Subclasses:
StiCsvExportSettings,StiSylkExportSettings,StiXmlExportSettings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets data export modeGets encoding CSV file.Export formatGets string which represents column separator in CSV file.booleanGets value which indicates that only data information will be created in SYLK file.booleanGets value wich indicates that export engine will be write column headers as column headers in table or as simple column values.booleanGets value which indicates that default system encoding will be used for DIF format.voidsetDataExportMode(StiDataExportMode dataExportMode) Sets data export modevoidsetDataType(StiDataType dataType) voidsetEncoding(Charset encoding) Sets encoding CSV file.voidsetExportDataOnly(boolean exportDataOnly) Sets value which indicates that only data information will be created in SYLK file.voidsetSeparator(String separator) Sets string which represents column separator in CSV file.voidsetSkipColumnHeaders(boolean skipColumnHeaders) Sets value wich indicates that export engine will be write column headers as column headers in table or as simple column values.voidsetUseDefaultSystemEncoding(boolean useDefaultSystemEncoding) Sets value which indicates that default system encoding will be used for DIF format.Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiDataExportSettings
public StiDataExportSettings() -
StiDataExportSettings
-
-
Method Details
-
getEncoding
Gets encoding CSV file.- Returns:
- the encoding
-
setEncoding
Sets encoding CSV file.- Parameters:
encoding- the encoding to set
-
isSkipColumnHeaders
public boolean isSkipColumnHeaders()Gets value wich indicates that export engine will be write column headers as column headers in table or as simple column values.- Returns:
- the skipColumnHeaders
-
setSkipColumnHeaders
public 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.- Parameters:
skipColumnHeaders- the skipColumnHeaders to set
-
getDataExportMode
Gets data export mode- Returns:
- the dataExportMode
-
setDataExportMode
Sets data export mode- Parameters:
dataExportMode- the dataExportMode to set
-
getSeparator
Gets string which represents column separator in CSV file.- Returns:
- the separator
-
setSeparator
Sets string which represents column separator in CSV file.- Parameters:
separator- the separator to set
-
isExportDataOnly
public boolean isExportDataOnly()Gets value which indicates that only data information will be created in SYLK file.- Returns:
- the exportDataOnly
-
setExportDataOnly
public void setExportDataOnly(boolean exportDataOnly) Sets value which indicates that only data information will be created in SYLK file.- Parameters:
exportDataOnly- the exportDataOnly to set
-
isUseDefaultSystemEncoding
public boolean isUseDefaultSystemEncoding()Gets value which indicates that default system encoding will be used for DIF format.- Returns:
- the useDefaultSystemEncoding
-
setUseDefaultSystemEncoding
public void setUseDefaultSystemEncoding(boolean useDefaultSystemEncoding) Sets value which indicates that default system encoding will be used for DIF format.- Parameters:
useDefaultSystemEncoding- the useDefaultSystemEncoding to set
-
getDataType
- Returns:
- the dataType
-
setDataType
- Parameters:
dataType- the dataType to set
-
getExportFormat
Description copied from class:StiPageRangeExportSettingsExport format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-