Class JRPptxExporterNature
- java.lang.Object
-
- net.sf.jasperreports.engine.export.AbstractExporterNature
-
- net.sf.jasperreports.engine.export.ooxml.JROfficeOpenXmlExporterNature
-
- net.sf.jasperreports.engine.export.ooxml.JRPptxExporterNature
-
- All Implemented Interfaces:
ExporterFilter
,ExporterNature
public class JRPptxExporterNature extends JROfficeOpenXmlExporterNature
- 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 JRPptxExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDeep(JRPrintFrame frame)
Specified whether to include in the grid sub elements of a givenframe
element.boolean
isToExport(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
-
JRPptxExporterNature
public JRPptxExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter)
-
-
Method Detail
-
isToExport
public boolean isToExport(JRPrintElement element)
- Specified by:
isToExport
in interfaceExporterFilter
- Overrides:
isToExport
in classJROfficeOpenXmlExporterNature
-
isDeep
public boolean isDeep(JRPrintFrame frame)
Description copied from interface:ExporterNature
Specified whether to include in the grid sub elements of a givenframe
element.
-
-