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