Class StiOdtExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiOdtExportSettings
Class describes settings for export to ODT format. Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport formatfloatimage quality of images which will be exported to ODT file.floatimage resolution of images which will be exported to ODT file.booleana value indicating whether it is necessary to remove empty space at the bottom of the pagebooleanvalue which indicates that one (first) page header and page footer from report will be used in ODT file.voidsetImageQuality(float imageQuality) image quality of images which will be exported to ODT file.voidsetImageResolution(float imageResolution) image resolution of images which will be exported to ODT file.voidsetRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom) a value indicating whether it is necessary to remove empty space at the bottom of the pagevoidsetUsePageHeadersAndFooters(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
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiOdtExportSettings
public StiOdtExportSettings()
-
-
Method Details
-
getExportFormat
Description copied from class:StiPageRangeExportSettingsExport format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-
getImageQuality
public float getImageQuality()image quality of images which will be exported to ODT file.- Returns:
- the imageQuality
-
setImageQuality
public void setImageQuality(float imageQuality) image quality of images which will be exported to ODT file.- Parameters:
imageQuality- the imageQuality to set
-
getImageResolution
public float getImageResolution()image resolution of images which will be exported to ODT file.- Returns:
- the imageResolution
-
setImageResolution
public void setImageResolution(float imageResolution) image resolution of images which will be exported to ODT file.- Parameters:
imageResolution- the imageResolution to set
-
isRemoveEmptySpaceAtBottom
public boolean isRemoveEmptySpaceAtBottom()a value indicating whether it is necessary to remove empty space at the bottom of the page- Returns:
- the removeEmptySpaceAtBottom
-
setRemoveEmptySpaceAtBottom
public void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom) a value indicating whether it is necessary to remove empty space at the bottom of the page- Parameters:
removeEmptySpaceAtBottom- the removeEmptySpaceAtBottom to set
-