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. |
net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
Modifier and Type | Method and Description |
---|---|
OrientationEnum |
TableReport.getOrientationValue() |
Modifier and Type | Method and Description |
---|---|
OrientationEnum |
SimplePrintPageFormat.getOrientation()
Returns the page orientation.
|
OrientationEnum |
PrintPageFormat.getOrientation()
Returns the page orientation.
|
OrientationEnum |
JRReport.getOrientationValue()
Specifies whether document pages will be rendered in a portrait or landscape layout.
|
OrientationEnum |
JasperPrint.getOrientationValue()
Returns the page orientation.
|
Modifier and Type | Method and Description |
---|---|
void |
SimplePrintPageFormat.setOrientation(OrientationEnum orientation) |
void |
JasperPrint.setOrientation(OrientationEnum orientationValue)
Sets the page orientation.
|
Modifier and Type | Field and Description |
---|---|
protected OrientationEnum |
JRBaseReport.orientationValue |
Modifier and Type | Method and Description |
---|---|
OrientationEnum |
JRBaseReport.getOrientationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JasperDesign.setOrientation(OrientationEnum orientationValue)
Sets the report orientation.
|
Modifier and Type | Field and Description |
---|---|
protected OrientationEnum |
JRBaseFiller.orientation |
Modifier and Type | Method and Description |
---|---|
static OrientationEnum |
OrientationEnum.getByName(String name) |
static OrientationEnum |
OrientationEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static OrientationEnum |
OrientationEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static OrientationEnum |
OrientationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrientationEnum[] |
OrientationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OrientationEnum |
ReadOnlyPartJasperPrint.getOrientationValue() |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyPartJasperPrint.setOrientation(OrientationEnum orientationValue) |
Copyright © 2017. All rights reserved.