Class PptxTableHelper
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.BaseHelper
-
- net.sf.jasperreports.engine.export.ooxml.PptxTableHelper
-
public class PptxTableHelper extends BaseHelper
- 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
Constructors Modifier Constructor Description protected
PptxTableHelper(JasperReportsContext jasperReportsContext, Writer writer, CutsInfo xCuts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exportEmptyCell(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
void
exportFooter()
void
exportHeader()
void
exportOccupiedCells(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
void
exportRowFooter()
void
exportRowHeader(int rowHeight)
PptxCellHelper
getCellHelper()
PptxParagraphHelper
getParagraphHelper()
-
Methods inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
close, flush, write
-
-
-
-
Constructor Detail
-
PptxTableHelper
protected PptxTableHelper(JasperReportsContext jasperReportsContext, Writer writer, CutsInfo xCuts)
-
-
Method Detail
-
getCellHelper
public PptxCellHelper getCellHelper()
-
getParagraphHelper
public PptxParagraphHelper getParagraphHelper()
-
exportHeader
public void exportHeader()
-
exportFooter
public void exportFooter()
-
exportRowHeader
public void exportRowHeader(int rowHeight)
-
exportRowFooter
public void exportRowFooter()
-
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)
-
-