|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.JRExporterParameter
net.sf.jasperreports.engine.export.JRPrintServiceExporterParameter
public class JRPrintServiceExporterParameter
| Field Summary | |
|---|---|
static JRPrintServiceExporterParameter |
DISPLAY_PAGE_DIALOG
A boolean value specifying whether a page setup dialog should be opened before printing. |
static JRPrintServiceExporterParameter |
DISPLAY_PAGE_DIALOG_ONLY_ONCE
A boolean value specifying whether a page setup dialog should be opened only once before printing in a batch export job. |
static JRPrintServiceExporterParameter |
DISPLAY_PRINT_DIALOG
A boolean value specifying whether a print setup dialog should be opened before printing. |
static JRPrintServiceExporterParameter |
DISPLAY_PRINT_DIALOG_ONLY_ONCE
A boolean value specifying whether a print setup dialog should be opened only once in a batch export job. |
static JRPrintServiceExporterParameter |
PRINT_REQUEST_ATTRIBUTE_SET
An instance of javax.print.attribute.PrintRequestAttributeSet. |
static JRPrintServiceExporterParameter |
PRINT_SERVICE
An instance of javax.print.PrintService, useful if users do not want JPS to lookup for an available print service. |
static JRPrintServiceExporterParameter |
PRINT_SERVICE_ATTRIBUTE_SET
An instance of javax.print.attribute.PrintServiceAttributeSet. |
| Constructor Summary | |
|---|---|
protected |
JRPrintServiceExporterParameter(java.lang.String name)
|
| Method Summary |
|---|
| Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final JRPrintServiceExporterParameter PRINT_REQUEST_ATTRIBUTE_SET
public static final JRPrintServiceExporterParameter PRINT_SERVICE_ATTRIBUTE_SET
public static final JRPrintServiceExporterParameter DISPLAY_PAGE_DIALOG
public static final JRPrintServiceExporterParameter DISPLAY_PAGE_DIALOG_ONLY_ONCE
public static final JRPrintServiceExporterParameter DISPLAY_PRINT_DIALOG
public static final JRPrintServiceExporterParameter DISPLAY_PRINT_DIALOG_ONLY_ONCE
public static final JRPrintServiceExporterParameter PRINT_SERVICE
| Constructor Detail |
|---|
protected JRPrintServiceExporterParameter(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||