Package | Description |
---|---|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
net.sf.jasperreports.engine.export.oasis | |
net.sf.jasperreports.engine.export.ooxml | |
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintLine |
Modifier and Type | Method and Description |
---|---|
protected void |
JRPdfExporter.exportLine(JRPrintLine line) |
protected void |
JRXmlExporter.exportLine(JRPrintLine line) |
protected void |
JRXhtmlExporter.exportLine(JRPrintLine line) |
protected void |
JRRtfExporter.exportLine(JRPrintLine line)
Draw a line object
|
protected void |
JRHtmlExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JRXlsExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected void |
JExcelApiExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int col,
int row) |
protected abstract void |
JRXlsAbstractExporter.exportLine(JRPrintLine line,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JROpenDocumentExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JROdsExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JROdtExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRDocxExporter.exportLine(DocxTableHelper tableHelper,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JRPptxExporter.exportLine(JRPrintLine line) |
protected void |
JRXlsxExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
Modifier and Type | Class and Description |
---|---|
class |
JRTemplatePrintLine
Implementation of
JRPrintLine that uses
a JRTemplateLine instance to
store common attributes. |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com