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