Constructor and Description |
---|
BBJasperPrintSides(Sides p_sides!)
Constructs a BBJasperPrintSides object given a Sides object
|
Modifier and Type | Method and Description |
---|---|
static BBJasperPrintSides |
getDuplex()
Creates and returns a print sides object that contains duplex sides information
|
static BBJasperPrintSides |
getOneSided()
Creates and returns a print sides object that contains one sided information
|
Sides |
getSides()
Returns the sides object
|
static BBJasperPrintSides |
getTumble()
Creates and returns a print sides object that contains tumble information
|
static BBJasperPrintSides |
getTwoSidedLongEdge()
Creates and returns a print sides object that contains two sided long edge information
|
static BBJasperPrintSides |
getTwoSidedShortEdge()
Creates and returns a print sides object that contains two sided short edge information
|
public BBJasperPrintSides(Sides p_sides!)
p_sides!
- Sides object that contains print sides informationpublic Sides getSides()
public static BBJasperPrintSides getDuplex()
public static BBJasperPrintSides getOneSided()
public static BBJasperPrintSides getTumble()
public static BBJasperPrintSides getTwoSidedLongEdge()
public static BBJasperPrintSides getTwoSidedShortEdge()