Interface OdsReportConfiguration

All Superinterfaces:
CommonExportConfiguration, ReportExportConfiguration, XlsReportConfiguration
All Known Implementing Classes:
SimpleOdsReportConfiguration

public interface OdsReportConfiguration extends XlsReportConfiguration
Interface containing settings used by the ODS exporter.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

  • Method Details

    • isFlexibleRowHeight

      Boolean isFlexibleRowHeight()
      Indicates whether table rows in ODS documents can grow if more text is added into cells.

      Is set to false, the table rows do not increase in height automatically and the user has to enlarge them manually.

      See Also: