Class JROdtExporterNature
- java.lang.Object
-
- net.sf.jasperreports.engine.export.AbstractExporterNature
-
- net.sf.jasperreports.engine.export.oasis.JROpenDocumentExporterNature
-
- net.sf.jasperreports.engine.export.oasis.JROdtExporterNature
-
- All Implemented Interfaces:
ExporterFilter
,ExporterNature
public class JROdtExporterNature extends JROpenDocumentExporterNature
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.AbstractExporterNature
filter, handlerEnvironment, jasperReportsContext, propertiesUtil
-
-
Constructor Summary
Constructors Constructor Description JROdtExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isToExport(JRPrintElement element)
-
Methods inherited from class net.sf.jasperreports.engine.export.oasis.JROpenDocumentExporterNature
isBreakAfterRow, isBreakBeforeRow, isDeep, isHorizontallyMergeEmptyCells, isIgnoreLastRow, isIgnorePageMargins, isSpanCells, setXProperties, setXProperties, setYProperties, setYProperties
-
Methods inherited from class net.sf.jasperreports.engine.export.AbstractExporterNature
getPropertiesUtil
-
-
-
-
Constructor Detail
-
JROdtExporterNature
public JROdtExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter)
-
-
Method Detail
-
isToExport
public boolean isToExport(JRPrintElement element)
- Specified by:
isToExport
in interfaceExporterFilter
- Overrides:
isToExport
in classJROpenDocumentExporterNature
-
-