Constructor and Description |
---|
BBJasperPrintOrientation(OrientationRequested p_orientation!)
Constructs a BBJasperPrintOrientation object given a OrientationRequested object
|
Modifier and Type | Method and Description |
---|---|
static BBJasperPrintOrientation |
getLandscape()
Creates and returns a print orientation object that contains landscape information
|
OrientationRequested |
getOrientation()
Returns the orientation requested object
|
static BBJasperPrintOrientation |
getPortait()
Deprecated.
As of release 16.20, replaced by
getPortrait() |
static BBJasperPrintOrientation |
getPortrait()
Creates and returns a print orientation object that contains portrait information
|
static BBJasperPrintOrientation |
getReverseLandscape()
Creates and returns a print orientation object that contains reverse landscape information
|
static BBJasperPrintOrientation |
getReversePortait()
Deprecated.
As of release 16.20, replaced by
getReversePortrait() |
static BBJasperPrintOrientation |
getReversePortrait()
Creates and returns a print orientation object that contains reverse portrait information
|
public BBJasperPrintOrientation(OrientationRequested p_orientation!)
p_orientation!
- OrientationRequested object that contains orientation informationpublic OrientationRequested getOrientation()
public static BBJasperPrintOrientation getPortait()
getPortrait()
public static BBJasperPrintOrientation getPortrait()
public static BBJasperPrintOrientation getLandscape()
public static BBJasperPrintOrientation getReversePortait()
getReversePortrait()
public static BBJasperPrintOrientation getReversePortrait()
public static BBJasperPrintOrientation getReverseLandscape()