Class JROfficeOpenXmlExporterNature

java.lang.Object
net.sf.jasperreports.engine.export.AbstractExporterNature
net.sf.jasperreports.engine.export.ooxml.JROfficeOpenXmlExporterNature
All Implemented Interfaces:
ExporterFilter, ExporterNature
Direct Known Subclasses:
JRDocxExporterNature, JRPptxExporterNature

public abstract class JROfficeOpenXmlExporterNature extends AbstractExporterNature
Author:
Sanda Zaharia (shertage@users.sourceforge.net)
  • Constructor Details

  • Method Details

    • isToExport

      public boolean isToExport(JRPrintElement element)
    • isSpanCells

      public boolean isSpanCells()
      Description copied from interface: ExporterNature
      Specifies whether the exporter handles cells span
    • isIgnoreLastRow

      public boolean isIgnoreLastRow()
    • isHorizontallyMergeEmptyCells

      public boolean isHorizontallyMergeEmptyCells()
      Description copied from interface: ExporterNature
      Flag that specifies that empty cells are to be horizontally merged.

      If the flag is set and this nature is deep, the nature is required to export frames.

      Returns:
      whether empty cells are to be horizontally merged
    • isIgnorePageMargins

      public boolean isIgnorePageMargins()
      Specifies whether empty page margins should be ignored
    • isBreakBeforeRow

      public boolean isBreakBeforeRow(JRPrintElement element)
    • isBreakAfterRow

      public boolean isBreakAfterRow(JRPrintElement element)