Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
net.sf.jasperreports.engine.export.ooxml |
Modifier and Type | Method and Description |
---|---|
static CutsInfo |
JRGridLayout.calculateXCuts(ExporterNature nature,
java.util.List<JRPrintPage> pages,
int startPageIndex,
int endPageIndex,
int width,
int offsetX)
This static method calculates all the X cuts for a list of pages.
|
CutsInfo |
JRGridLayout.getXCuts()
Returns the list of cut points on the X axis for the grid.
|
CutsInfo |
JRGridLayout.getYCuts()
Returns the list of cut points on the Y axis for the grid.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
JRGridLayout.addXCuts(ExporterNature nature,
java.util.List<JRPrintElement> elementsList,
int elementOffsetX,
CutsInfo xCuts)
This static method calculates the X cuts for a list of print elements and
stores them in the list indicated by the xCuts parameter.
|
protected int |
JRXlsAbstractExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow) |
protected void |
JRXlsAbstractExporter.setColumnWidths(CutsInfo xCuts) |
protected void |
JRXlsAbstractExporter.updateColumns(CutsInfo xCuts) |
Constructor and Description |
---|
JRGridLayout(ExporterNature nature,
java.util.List<JRPrintElement> elements,
int width,
int height,
int offsetX,
int offsetY,
CutsInfo xCuts)
Constructor.
|
Constructor and Description |
---|
DocxTableHelper(java.io.Writer writer,
CutsInfo xCuts,
boolean pageBreak) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com