Interface JROdtExporterContext
-
- All Superinterfaces:
JRExporterContext
- All Known Implementing Classes:
JROdtExporter.ExporterContext
public interface JROdtExporterContext extends JRExporterContext
A context that represents information about an ODT 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 TableBuildergetTableBuilder()-
Methods inherited from interface net.sf.jasperreports.engine.export.JRExporterContext
getExportedReport, getExporter, getExporterRef, getExportParameters, getExportPropertiesPrefix, getJasperReportsContext, getOffsetX, getOffsetY, getRepository, getValue, getValues, setValue
-
-
-
-
Method Detail
-
getTableBuilder
TableBuilder getTableBuilder()
-
-