com.stimulsoft.report.export.settings
Class StiOdtExportSettings

java.lang.Object
  extended by com.stimulsoft.report.export.settings.StiExportSettings
      extended by com.stimulsoft.report.export.settings.StiPageRangeExportSettings
          extended by com.stimulsoft.report.export.settings.StiOdtExportSettings

public class StiOdtExportSettings
extends StiPageRangeExportSettings

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

StiOdtExportSettings

public StiOdtExportSettings()
Method Detail

isUsePageHeadersAndFooters

public boolean isUsePageHeadersAndFooters()
value which indicates that one (first) page header and page footer from report will be used in ODT file.

Returns:
the usePageHeadersAndFooters

setUsePageHeadersAndFooters

public void setUsePageHeadersAndFooters(boolean usePageHeadersAndFooters)
value which indicates that one (first) page header and page footer from report will be used in ODT file.

Parameters:
usePageHeadersAndFooters - the usePageHeadersAndFooters to set

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