Class JRDocxExporterNature
- java.lang.Object
-
- net.sf.jasperreports.engine.export.AbstractExporterNature
-
- net.sf.jasperreports.engine.export.ooxml.JROfficeOpenXmlExporterNature
-
- net.sf.jasperreports.engine.export.ooxml.JRDocxExporterNature
-
- All Implemented Interfaces:
ExporterFilter,ExporterNature
public class JRDocxExporterNature extends JROfficeOpenXmlExporterNature
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.AbstractExporterNature
filter, handlerEnvironment, jasperReportsContext, propertiesUtil
-
-
Constructor Summary
Constructors Constructor Description JRDocxExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter, boolean deepGrid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDeep(JRPrintFrame frame)Specified whether to include in the grid sub elements of a givenframeelement.booleanisToExport(JRPrintElement element)-
Methods inherited from class net.sf.jasperreports.engine.export.ooxml.JROfficeOpenXmlExporterNature
isBreakAfterRow, isBreakBeforeRow, isHorizontallyMergeEmptyCells, isIgnoreLastRow, isIgnorePageMargins, isSpanCells
-
Methods inherited from class net.sf.jasperreports.engine.export.AbstractExporterNature
getPropertiesUtil, setXProperties, setXProperties, setYProperties, setYProperties
-
-
-
-
Constructor Detail
-
JRDocxExporterNature
public JRDocxExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter, boolean deepGrid)
-
-
Method Detail
-
isToExport
public boolean isToExport(JRPrintElement element)
- Specified by:
isToExportin interfaceExporterFilter- Overrides:
isToExportin classJROfficeOpenXmlExporterNature
-
isDeep
public boolean isDeep(JRPrintFrame frame)
Description copied from interface:ExporterNatureSpecified whether to include in the grid sub elements of a givenframeelement.
-
-