Interface JRDocxExporterContext
-
- All Superinterfaces:
JRExporterContext
- All Known Implementing Classes:
JRDocxExporter.ExporterContext
public interface JRDocxExporterContext extends JRExporterContext
A context that represents information about an DOCX export process.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
JROdtExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocxTableHelper
getTableHelper()
-
Methods inherited from interface net.sf.jasperreports.engine.export.JRExporterContext
getExportedReport, getExporterRef, getJasperReportsContext, getOffsetX, getOffsetY, getRepository, getValue, getValues, setValue
-
-
-
-
Method Detail
-
getTableHelper
DocxTableHelper getTableHelper()
-
-