Class StiOdtExportSettings


public class StiOdtExportSettings extends StiPageRangeExportSettings
Class describes settings for export to ODT format. Copyright Stimulsoft
  • Constructor Details

    • StiOdtExportSettings

      public StiOdtExportSettings()
  • Method Details

    • getExportFormat

      public StiExportFormat getExportFormat()
      Description copied from class: StiPageRangeExportSettings
      Export format
      Overrides:
      getExportFormat in class StiPageRangeExportSettings
      Returns:
      the exportFormat
    • 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