|
||||||||||
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.StiOdtExportSettings
public class StiOdtExportSettings
Class describes settings for export to ODT format. Copyright Stimulsoft
Constructor Summary | |
---|---|
StiOdtExportSettings()
|
Method Summary | |
---|---|
float |
getImageQuality()
image quality of images which will be exported to ODT file. |
float |
getImageResolution()
image resolution of images which will be exported to ODT file. |
boolean |
isRemoveEmptySpaceAtBottom()
a value indicating whether it is necessary to remove empty space at the bottom of the page |
boolean |
isUsePageHeadersAndFooters()
value which indicates that one (first) page header and page footer from report will be used in ODT file. |
void |
setImageQuality(float imageQuality)
image quality of images which will be exported to ODT file. |
void |
setImageResolution(float imageResolution)
image resolution of images which will be exported to ODT file. |
void |
setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
a value indicating whether it is necessary to remove empty space at the bottom of the page |
void |
setUsePageHeadersAndFooters(boolean usePageHeadersAndFooters)
value which indicates that one (first) page header and page footer from report will be used in ODT file. |
Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings |
---|
getExportFormat, 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 StiOdtExportSettings()
Method Detail |
---|
public boolean isUsePageHeadersAndFooters()
public void setUsePageHeadersAndFooters(boolean usePageHeadersAndFooters)
usePageHeadersAndFooters
- the usePageHeadersAndFooters 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 boolean isRemoveEmptySpaceAtBottom()
public void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
removeEmptySpaceAtBottom
- the removeEmptySpaceAtBottom to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |