Class StiExcelExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiExcelExportSettings
- Direct Known Subclasses:
StiExcel2007ExportSettings,StiExcelXmlExportSettings
Excel format export settings
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiExcelExportSettings(StiExportSettings settings) StiExcelExportSettings(StiExcelType excelType) -
Method Summary
Modifier and TypeMethodDescriptionInformation about the creator to be inserted into result Excell file.Export formatfloatGets image quality of images which will be exported to excel file.floatGets image resolution of images which will be exported to excel file.Information about the creator to be inserted into result Excell file.booleanGets value which indicates that only data information will be created in excel file.booleanGets value which indicates that each page from report will be exported to excel file as separate excel sheet.booleanGets value which indicates that formatting of components will be exported to excel file or not.booleanGets value which indicates that special page break markers will be created in excel file.booleanGets value which indicates that one (first) page header and page footer from report will be used in excel file.voidsetCompanyString(String companyString) Information about the creator to be inserted into result Excell file.voidsetExcelType(StiExcelType excelType) voidsetExportDataOnly(boolean exportDataOnly) Sets value which indicates that only data information will be created in excel file.voidsetExportEachPageToSheet(boolean exportEachPageToSheet) Sets value which indicates that each page from report will be exported to excel file as separate excel sheet.voidsetExportObjectFormatting(boolean exportObjectFormatting) Sets value which indicates that formatting of components will be exported to excel file or not.voidsetExportPageBreaks(boolean exportPageBreaks) Sets value which indicates that special page break markers will be created in excel file.voidsetImageQuality(float imageQuality) Sets image quality of images which will be exported to excel file.voidsetImageResolution(float imageResolution) Sets image resolution of images which will be exported to excel file.voidsetLastModifiedString(String lastModifiedString) Information about the creator to be inserted into result Excell file.voidsetUseOnePageHeaderAndFooter(boolean useOnePageHeaderAndFooter) Sets value which indicates that one (first) page header and page footer from report will be used in excel file.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
-
StiExcelExportSettings
-
StiExcelExportSettings
public StiExcelExportSettings() -
StiExcelExportSettings
-
-
Method Details
-
getExportFormat
Description copied from class:StiPageRangeExportSettingsExport format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-
isExportDataOnly
public boolean isExportDataOnly()Gets value which indicates that only data information will be created in excel file.- Returns:
- the exportDataOnly
-
setExportDataOnly
public void setExportDataOnly(boolean exportDataOnly) Sets value which indicates that only data information will be created in excel file.- Parameters:
exportDataOnly- the exportDataOnly to set
-
isExportPageBreaks
public boolean isExportPageBreaks()Gets value which indicates that special page break markers will be created in excel file.- Returns:
- the exportPageBreaks
-
setExportPageBreaks
public void setExportPageBreaks(boolean exportPageBreaks) Sets value which indicates that special page break markers will be created in excel file.- Parameters:
exportPageBreaks- the exportPageBreaks to set
-
isExportObjectFormatting
public boolean isExportObjectFormatting()Gets value which indicates that formatting of components will be exported to excel file or not.- Returns:
- the exportObjectFormatting
-
setExportObjectFormatting
public void setExportObjectFormatting(boolean exportObjectFormatting) Sets value which indicates that formatting of components will be exported to excel file or not.- Parameters:
exportObjectFormatting- the exportObjectFormatting to set
-
isExportEachPageToSheet
public boolean isExportEachPageToSheet()Gets value which indicates that each page from report will be exported to excel file as separate excel sheet.- Returns:
- the exportEachPageToSheet
-
setExportEachPageToSheet
public void setExportEachPageToSheet(boolean exportEachPageToSheet) Sets value which indicates that each page from report will be exported to excel file as separate excel sheet.- Parameters:
exportEachPageToSheet- the exportEachPageToSheet to set
-
getImageQuality
public float getImageQuality()Gets image quality of images which will be exported to excel file.- Returns:
- the imageQuality
-
setImageQuality
public void setImageQuality(float imageQuality) Sets image quality of images which will be exported to excel file.- Parameters:
imageQuality- the imageQuality to set
-
getImageResolution
public float getImageResolution()Gets image resolution of images which will be exported to excel file.- Returns:
- the imageResolution
-
setImageResolution
public void setImageResolution(float imageResolution) Sets image resolution of images which will be exported to excel file.- Parameters:
imageResolution- the imageResolution to set
-
getCompanyString
Information about the creator to be inserted into result Excell file.- Returns:
- the companyString
-
setCompanyString
Information about the creator to be inserted into result Excell file.- Parameters:
companyString- the companyString to set
-
getLastModifiedString
Information about the creator to be inserted into result Excell file.- Returns:
- the lastModifiedString
-
setLastModifiedString
Information about the creator to be inserted into result Excell file.- Parameters:
lastModifiedString- the lastModifiedString to set
-
getExcelType
- Returns:
- the excelType
-
setExcelType
- Parameters:
excelType- the excelType to set
-