|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiExcelExportSettings
public class StiExcelExportSettings
Excel format export settings Copyright Stimulsoft
Constructor Summary | |
---|---|
StiExcelExportSettings()
|
|
StiExcelExportSettings(StiExportSettings settings)
|
Method Summary | |
---|---|
java.lang.String |
getCompanyString()
Information about the creator to be inserted into result Excell file. |
StiExcelType |
getExcelType()
|
StiExportFormat |
getExportFormat()
Export format |
float |
getImageQuality()
Gets image quality of images which will be exported to excel file. |
float |
getImageResolution()
Gets image resolution of images which will be exported to excel file. |
java.lang.String |
getLastModifiedString()
Information about the creator to be inserted into result Excell file. |
boolean |
isExportDataOnly()
Gets value which indicates that only data information will be created in excel file. |
boolean |
isExportEachPageToSheet()
Gets value which indicates that each page from report will be exported to excel file as separate excel sheet. |
boolean |
isExportObjectFormatting()
Gets value which indicates that formatting of components will be exported to excel file or not. |
boolean |
isExportPageBreaks()
Gets value which indicates that special page break markers will be created in excel file. |
boolean |
isUseOnePageHeaderAndFooter()
Gets value which indicates that one (first) page header and page footer from report will be used in excel file. |
void |
setCompanyString(java.lang.String companyString)
Information about the creator to be inserted into result Excell file. |
void |
setExcelType(StiExcelType excelType)
|
void |
setExportDataOnly(boolean exportDataOnly)
Sets value which indicates that only data information will be created in excel file. |
void |
setExportEachPageToSheet(boolean exportEachPageToSheet)
Sets value which indicates that each page from report will be exported to excel file as separate excel sheet. |
void |
setExportObjectFormatting(boolean exportObjectFormatting)
Sets value which indicates that formatting of components will be exported to excel file or not. |
void |
setExportPageBreaks(boolean exportPageBreaks)
Sets value which indicates that special page break markers will be created in excel file. |
void |
setImageQuality(float imageQuality)
Sets image quality of images which will be exported to excel file. |
void |
setImageResolution(float imageResolution)
Sets image resolution of images which will be exported to excel file. |
void |
setLastModifiedString(java.lang.String lastModifiedString)
Information about the creator to be inserted into result Excell file. |
void |
setUseOnePageHeaderAndFooter(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, setSendEmail |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiExcelExportSettings(StiExportSettings settings)
public StiExcelExportSettings()
Method Detail |
---|
public StiExportFormat getExportFormat()
getExportFormat
in class StiPageRangeExportSettings
public boolean isUseOnePageHeaderAndFooter()
public void setUseOnePageHeaderAndFooter(boolean useOnePageHeaderAndFooter)
useOnePageHeaderAndFooter
- the useOnePageHeaderAndFooter to setpublic boolean isExportDataOnly()
public void setExportDataOnly(boolean exportDataOnly)
exportDataOnly
- the exportDataOnly to setpublic boolean isExportPageBreaks()
public void setExportPageBreaks(boolean exportPageBreaks)
exportPageBreaks
- the exportPageBreaks to setpublic boolean isExportObjectFormatting()
public void setExportObjectFormatting(boolean exportObjectFormatting)
exportObjectFormatting
- the exportObjectFormatting to setpublic boolean isExportEachPageToSheet()
public void setExportEachPageToSheet(boolean exportEachPageToSheet)
exportEachPageToSheet
- the exportEachPageToSheet to setpublic float getImageQuality()
public void setImageQuality(float imageQuality)
imageQuality
- the imageQuality to setpublic float getImageResolution()
public void setImageResolution(float imageResolution)
imageResolution
- the imageResolution to setpublic java.lang.String getCompanyString()
public void setCompanyString(java.lang.String companyString)
companyString
- the companyString to setpublic java.lang.String getLastModifiedString()
public void setLastModifiedString(java.lang.String lastModifiedString)
lastModifiedString
- the lastModifiedString to setpublic StiExcelType getExcelType()
public void setExcelType(StiExcelType excelType)
excelType
- the excelType to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |