public class BBJasperPrintServiceExporter extends BBJasperExporter
AUX_FILES_DIR$, CLIENT_FILE_NAME_PROPERTY$
Constructor and Description |
---|
BBJasperPrintServiceExporter()
Creates a empty BBJasperPrintServiceExporter object
|
Modifier and Type | Method and Description |
---|---|
void |
addPrintAttribute(PrintRequestAttribute p_printRequestAttribute!)
Adds a print attribute
|
void |
addPrintAttribute(PrintServiceAttribute p_printServiceAttribute!)
Adds a print attribute
|
PrintRequestAttributeSet@ |
getClientPrintRequestAttributeSet()
Returns the client print request attribute set
|
PrintServiceAttributeSet@ |
getClientPrintServiceAttributeSet()
Returns the client print service attribute set
|
BBjString |
getPrinterName()
Returns the printer name
|
PrintRequestAttributeSet |
getPrintRequestAttributeSet()
Returns the print request attribute set
|
PrintServiceAttributeSet |
getPrintServiceAttributeSet()
Returns the print service attribute set
|
void |
setChromaticity(BBJasperPrintChromaticity p_bbjasperPrintChromaticity!)
Sets the chromaticity
|
void |
setCopies(BBjNumber p_copies)
Sets the number of copies
|
void |
setJobName(BBjString p_jobName$)
Sets the job name
|
void |
setJobPriority(BBjNumber p_jobPriority)
Sets the job priority
|
void |
setMediaSizeName(BBJasperPrintMediaSizeName p_bbjasperPrintMediaSizeName!)
Sets the media size name
|
void |
setMediaTray(BBJasperPrintMediaTray p_bbjasperPrintMediaTray!)
Sets the media tray
|
void |
setOrientation(BBJasperPrintOrientation p_bbjasperPrintOrientation!)
Sets the orientation
|
void |
setPageRange(BBjNumber p_startPage,
BBjNumber p_endPage)
Sets the page range
|
void |
setPrinterName(BBjString p_printerName$)
Sets the printer name
|
void |
setPrintQuality(BBJasperPrintQuality p_bbjasperPrintQuality!)
Sets the print quality
|
void |
setSides(BBJasperPrintSides p_bbjasperPrintSides!)
Sets the sides
|
void |
setUserName(BBjString p_userName$)
Sets the user name
|
getClientParameters, getParameter, getParameters, setCharacterEncoding, setEndPageIndex, setPageIndex, setParameter, setStartPageIndex
public BBJasperPrintServiceExporter()
public void setPrinterName(BBjString p_printerName$)
p_printerName$
- Printer namepublic void setCopies(BBjNumber p_copies)
p_copies
- Number of copiespublic void setUserName(BBjString p_userName$)
p_userName$
- User namepublic void setJobName(BBjString p_jobName$)
p_jobName$
- Job namepublic void setJobPriority(BBjNumber p_jobPriority)
p_jobPriority
- Job prioritypublic void setPageRange(BBjNumber p_startPage, BBjNumber p_endPage)
p_startPage
- Starting pagep_endPage
- Ending pagepublic void setOrientation(BBJasperPrintOrientation p_bbjasperPrintOrientation!)
p_bbjasperPrintOrientation!
- BBJasperPrintOrientation object that contains orientation informationpublic void setMediaSizeName(BBJasperPrintMediaSizeName p_bbjasperPrintMediaSizeName!)
p_bbjasperPrintMediaSizeName!
- BBJasperPrintMediaSizeName object that contains media size name informationpublic void setMediaTray(BBJasperPrintMediaTray p_bbjasperPrintMediaTray!)
p_bbjasperPrintMediaTray!
- BBJasperPrintMediaTray object that contains media tray informationpublic void setChromaticity(BBJasperPrintChromaticity p_bbjasperPrintChromaticity!)
p_bbjasperPrintChromaticity!
- BBJasperPrintChromaticity object that contains chromaticity informationpublic void setPrintQuality(BBJasperPrintQuality p_bbjasperPrintQuality!)
p_bbjasperPrintQuality!
- BBJasperPrintQuality object that contains print quailty informationpublic void setSides(BBJasperPrintSides p_bbjasperPrintSides!)
p_bbjasperPrintSides!
- BBJasperPrintSides object that contains print sides informationpublic void addPrintAttribute(PrintRequestAttribute p_printRequestAttribute!)
p_printRequestAttribute!
- PrintRequestAttribute object that contains print attribute informationpublic void addPrintAttribute(PrintServiceAttribute p_printServiceAttribute!)
p_printServiceAttribute!
- PrintServiceAttribute object that contains print attribute informationpublic BBjString getPrinterName()
public PrintRequestAttributeSet getPrintRequestAttributeSet()
public PrintServiceAttributeSet getPrintServiceAttributeSet()
public PrintRequestAttributeSet@ getClientPrintRequestAttributeSet()
public PrintServiceAttributeSet@ getClientPrintServiceAttributeSet()