Class PptxTableHelper
java.lang.Object
net.sf.jasperreports.engine.export.ooxml.BaseHelper
net.sf.jasperreports.engine.export.ooxml.PptxTableHelper
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
fontUtil, jasperReportsContext, writer -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPptxTableHelper(JasperReportsContext jasperReportsContext, Writer writer, CutsInfo xCuts) -
Method Summary
Modifier and TypeMethodDescriptionvoidexportEmptyCell(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) voidvoidvoidexportOccupiedCells(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) voidvoidexportRowHeader(int rowHeight) Methods inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
close, flush, write
-
Constructor Details
-
PptxTableHelper
-
-
Method Details
-
getCellHelper
-
getParagraphHelper
-
exportHeader
public void exportHeader() -
exportRowHeader
public void exportRowHeader(int rowHeight) -
exportEmptyCell
public void exportEmptyCell(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) -
exportOccupiedCells
public void exportOccupiedCells(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
-