public final class JasperPrintManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_CHECK_AVAILABLE_PRINTERS
Property whose value is used to check the availability of printers accepting jobs.
|
protected static boolean |
unixSunJDK |
Modifier and Type | Method and Description |
---|---|
static boolean |
printPage(java.io.InputStream inputStream,
int pageIndex,
boolean withPrintDialog) |
static boolean |
printPage(JasperPrint jasperPrint,
int pageIndex,
boolean withPrintDialog) |
static boolean |
printPage(java.lang.String sourceFileName,
int pageIndex,
boolean withPrintDialog) |
static boolean |
printPages(java.io.InputStream inputStream,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog) |
static boolean |
printPages(JasperPrint jasperPrint,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog) |
static boolean |
printPages(java.lang.String sourceFileName,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog) |
static java.awt.Image |
printPageToImage(java.io.InputStream inputStream,
int pageIndex,
float zoom) |
static java.awt.Image |
printPageToImage(JasperPrint jasperPrint,
int pageIndex,
float zoom) |
static java.awt.Image |
printPageToImage(java.lang.String sourceFileName,
int pageIndex,
float zoom) |
static boolean |
printReport(java.io.InputStream inputStream,
boolean withPrintDialog) |
static boolean |
printReport(JasperPrint jasperPrint,
boolean withPrintDialog) |
static boolean |
printReport(java.lang.String sourceFileName,
boolean withPrintDialog) |
public static final java.lang.String PROPERTY_CHECK_AVAILABLE_PRINTERS
true
.protected static final boolean unixSunJDK
public static boolean printReport(java.lang.String sourceFileName, boolean withPrintDialog) throws JRException
JRException
public static boolean printReport(java.io.InputStream inputStream, boolean withPrintDialog) throws JRException
JRException
public static boolean printReport(JasperPrint jasperPrint, boolean withPrintDialog) throws JRException
JRException
public static boolean printPage(java.lang.String sourceFileName, int pageIndex, boolean withPrintDialog) throws JRException
JRException
public static boolean printPage(java.io.InputStream inputStream, int pageIndex, boolean withPrintDialog) throws JRException
JRException
public static boolean printPage(JasperPrint jasperPrint, int pageIndex, boolean withPrintDialog) throws JRException
JRException
public static boolean printPages(java.lang.String sourceFileName, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) throws JRException
JRException
public static boolean printPages(java.io.InputStream inputStream, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) throws JRException
JRException
public static boolean printPages(JasperPrint jasperPrint, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) throws JRException
JRException
public static java.awt.Image printPageToImage(java.lang.String sourceFileName, int pageIndex, float zoom) throws JRException
JRException
public static java.awt.Image printPageToImage(java.io.InputStream inputStream, int pageIndex, float zoom) throws JRException
JRException
public static java.awt.Image printPageToImage(JasperPrint jasperPrint, int pageIndex, float zoom) throws JRException
JRException
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com