Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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).
|
net.sf.jasperreports.engine.type |
Contains
enum types used by the library's main classes. |
Modifier and Type | Method and Description |
---|---|
OverflowType |
TableSubreport.getOverflowType() |
Modifier and Type | Method and Description |
---|---|
void |
TableSubreport.setOverflowType(OverflowType overflowType) |
Modifier and Type | Method and Description |
---|---|
OverflowType |
JRSubreport.getOverflowType() |
Modifier and Type | Method and Description |
---|---|
void |
JRSubreport.setOverflowType(OverflowType overflowType) |
Modifier and Type | Method and Description |
---|---|
OverflowType |
JRBaseSubreport.getOverflowType() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseSubreport.setOverflowType(OverflowType overflowType) |
Modifier and Type | Method and Description |
---|---|
OverflowType |
JRDesignSubreport.getOverflowType() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignSubreport.setOverflowType(OverflowType overflowType) |
Modifier and Type | Method and Description |
---|---|
OverflowType |
JRFillSubreport.getOverflowType() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillSubreport.setOverflowType(OverflowType overflowType) |
Modifier and Type | Method and Description |
---|---|
static OverflowType |
OverflowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverflowType[] |
OverflowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.