net.sf.jasperreports.engine.export
Class JRPrintServiceExporterParameter

java.lang.Object
  extended by net.sf.jasperreports.engine.JRExporterParameter
      extended by net.sf.jasperreports.engine.export.JRPrintServiceExporterParameter

public class JRPrintServiceExporterParameter
extends JRExporterParameter

Version:
$Id: JRPrintServiceExporterParameter.java,v 1.9 2005/06/27 07:16:49 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static JRPrintServiceExporterParameter DISPLAY_PAGE_DIALOG
          A boolean value specifying whether a page setup dialog should be opened before printing.
static JRPrintServiceExporterParameter DISPLAY_PRINT_DIALOG
          A boolean value specifying whether a print setup dialog should be opened before printing.
static JRPrintServiceExporterParameter PRINT_REQUEST_ATTRIBUTE_SET
          An instance of javax.print.attribute.PrintRequestAttributeSet.
static JRPrintServiceExporterParameter PRINT_SERVICE_ATTRIBUTE_SET
          An instance of javax.print.attribute.PrintServiceAttributeSet.
 
Fields inherited from class net.sf.jasperreports.engine.JRExporterParameter
CHARACTER_ENCODING, CLASS_LOADER, END_PAGE_INDEX, FONT_MAP, INPUT_FILE, INPUT_FILE_NAME, INPUT_STREAM, INPUT_URL, JASPER_PRINT, JASPER_PRINT_LIST, OFFSET_X, OFFSET_Y, OUTPUT_FILE, OUTPUT_FILE_NAME, OUTPUT_STREAM, OUTPUT_STRING_BUFFER, OUTPUT_WRITER, PAGE_INDEX, PROGRESS_MONITOR, START_PAGE_INDEX
 
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

PRINT_REQUEST_ATTRIBUTE_SET

public static final JRPrintServiceExporterParameter PRINT_REQUEST_ATTRIBUTE_SET
An instance of javax.print.attribute.PrintRequestAttributeSet.


PRINT_SERVICE_ATTRIBUTE_SET

public static final JRPrintServiceExporterParameter PRINT_SERVICE_ATTRIBUTE_SET
An instance of javax.print.attribute.PrintServiceAttributeSet.


DISPLAY_PAGE_DIALOG

public static final JRPrintServiceExporterParameter DISPLAY_PAGE_DIALOG
A boolean value specifying whether a page setup dialog should be opened before printing.


DISPLAY_PRINT_DIALOG

public static final JRPrintServiceExporterParameter DISPLAY_PRINT_DIALOG
A boolean value specifying whether a print setup dialog should be opened before printing.

Constructor Detail

JRPrintServiceExporterParameter

protected JRPrintServiceExporterParameter(java.lang.String name)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com