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
- 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
ConstructorsConstructorDescriptionJRPptxExporterNature
(JasperReportsContext jasperReportsContext, ExporterFilter filter) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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 Details
-
JRPptxExporterNature
-
-
Method Details
-
isToExport
- Specified by:
isToExport
in interfaceExporterFilter
- Overrides:
isToExport
in classJROfficeOpenXmlExporterNature
-
isDeep
Description copied from interface:ExporterNature
Specified whether to include in the grid sub elements of a givenframe
element.
-