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 protectedPptxTableHelper(JasperReportsContext jasperReportsContext, Writer writer, CutsInfo xCuts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportEmptyCell(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)voidexportFooter()voidexportHeader()voidexportOccupiedCells(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)voidexportRowFooter()voidexportRowHeader(int rowHeight)PptxCellHelpergetCellHelper()PptxParagraphHelpergetParagraphHelper()-
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)
-
-