Package | Description |
---|---|
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 |
---|---|
BorderSplitType |
JRFrame.getBorderSplitType()
Determines how should the frames borders behave when the frame splits on two pages.
|
Modifier and Type | Method and Description |
---|---|
BorderSplitType |
JRBaseFrame.getBorderSplitType() |
Modifier and Type | Method and Description |
---|---|
BorderSplitType |
JRDesignFrame.getBorderSplitType() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignFrame.setBorderSplitType(BorderSplitType borderSplitType)
Sets the border split type for the frame.
|
Modifier and Type | Field and Description |
---|---|
protected BorderSplitType |
JRFillFrame.borderSplitType |
Modifier and Type | Method and Description |
---|---|
BorderSplitType |
JRFillFrame.getBorderSplitType() |
Modifier and Type | Method and Description |
---|---|
static BorderSplitType |
BorderSplitType.byName(java.lang.String name) |
static BorderSplitType |
BorderSplitType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BorderSplitType[] |
BorderSplitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001 - 2018 TIBCO Software Inc. www.jaspersoft.com