Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-01


oracle.xdo.delivery.printer
Interface PrinterPropertyDefinitions

All Known Subinterfaces:
DeliveryPropertyDefinitions, DeliveryRequestHandler

public interface PrinterPropertyDefinitions

Field Summary
static java.lang.String PRINTER_CONTENT_TYPE
           
static java.lang.String PRINTER_COPIES
          Number of copies to print
static java.lang.String PRINTER_HOST
          Printer name
static java.lang.String PRINTER_JOB
           
static java.lang.String PRINTER_MEDIA
          Media option.
static java.lang.String PRINTER_MEDIA_A3
          A3 media
static java.lang.String PRINTER_MEDIA_A4
          A4 media
static java.lang.String PRINTER_MEDIA_A5
          A5 media
static java.lang.String PRINTER_MEDIA_B4
          B4 media
static java.lang.String PRINTER_MEDIA_B5
          B5 media
static java.lang.String PRINTER_MEDIA_LEGAL
          Legal media
static java.lang.String PRINTER_MEDIA_LETTER
          Letter media
static java.lang.String PRINTER_MEDIA_TRAY1
          Media on Tray1
static java.lang.String PRINTER_MEDIA_TRAY2
          Media on Tray2
static java.lang.String PRINTER_MEDIA_TRAY3
          Media on Tray3
static java.lang.String PRINTER_ORIENTATIONS
          Indicates the desired orientation for printed print-stream pages
static java.lang.String PRINTER_ORIENTATIONS_LANDSCAPE
          Landscape orientation
static java.lang.String PRINTER_ORIENTATIONS_PORTRAIT
          Portrait orientation
static java.lang.String PRINTER_PAGE_RANGES
          Identifies the range(s) of print-stream pages that the delivery destination uses for each copy of each document which are to be printed
static java.lang.String PRINTER_SIDES
          Specifies how print-stream pages are to be imposed upon the sides of an instance of a selected medium, i.e., an impression
static java.lang.String PRINTER_SIDES_DUPLEX
          An alias for PRINTER_SIDES_TWO_SIDED_LONG_EDGE
static java.lang.String PRINTER_SIDES_ONE_SIDED
          Imposes each consecutive print-stream page upon the same side of consecutive media sheets.
static java.lang.String PRINTER_SIDES_TUMBLE
          An alias for PRINTER_SIDES_TWO_SIDES_SHORT_EDGE
static java.lang.String PRINTER_SIDES_TWO_SIDED_LONG_EDGE
          Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, such that the orientation of each pair of print-stream pages on the medium would be correct for the reader as if for binding on the long edge.
static java.lang.String PRINTER_SIDES_TWO_SIDED_SHORT_EDGE
          Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, such that the orientation of each pair of print-stream pages on the medium would be correct for the reader as if for binding on the short edge.

 

Field Detail

PRINTER_HOST

static final java.lang.String PRINTER_HOST
Printer name

PRINTER_CONTENT_TYPE

static final java.lang.String PRINTER_CONTENT_TYPE

PRINTER_COPIES

static final java.lang.String PRINTER_COPIES
Number of copies to print

PRINTER_MEDIA

static final java.lang.String PRINTER_MEDIA
Media option. You can choose either the paper size or the tray number. If you don't specify this option, the default media of the target printer will be used. It depends on each printer's capability and this option may not work on some printers.

PRINTER_MEDIA_TRAY1

static final java.lang.String PRINTER_MEDIA_TRAY1
Media on Tray1

PRINTER_MEDIA_TRAY2

static final java.lang.String PRINTER_MEDIA_TRAY2
Media on Tray2

PRINTER_MEDIA_TRAY3

static final java.lang.String PRINTER_MEDIA_TRAY3
Media on Tray3

PRINTER_MEDIA_LETTER

static final java.lang.String PRINTER_MEDIA_LETTER
Letter media

PRINTER_MEDIA_LEGAL

static final java.lang.String PRINTER_MEDIA_LEGAL
Legal media

PRINTER_MEDIA_A3

static final java.lang.String PRINTER_MEDIA_A3
A3 media

PRINTER_MEDIA_A4

static final java.lang.String PRINTER_MEDIA_A4
A4 media

PRINTER_MEDIA_A5

static final java.lang.String PRINTER_MEDIA_A5
A5 media

PRINTER_MEDIA_B4

static final java.lang.String PRINTER_MEDIA_B4
B4 media

PRINTER_MEDIA_B5

static final java.lang.String PRINTER_MEDIA_B5
B5 media

PRINTER_ORIENTATIONS

static final java.lang.String PRINTER_ORIENTATIONS
Indicates the desired orientation for printed print-stream pages

PRINTER_ORIENTATIONS_PORTRAIT

static final java.lang.String PRINTER_ORIENTATIONS_PORTRAIT
Portrait orientation

PRINTER_ORIENTATIONS_LANDSCAPE

static final java.lang.String PRINTER_ORIENTATIONS_LANDSCAPE
Landscape orientation

PRINTER_PAGE_RANGES

static final java.lang.String PRINTER_PAGE_RANGES
Identifies the range(s) of print-stream pages that the delivery destination uses for each copy of each document which are to be printed

PRINTER_SIDES

static final java.lang.String PRINTER_SIDES
Specifies how print-stream pages are to be imposed upon the sides of an instance of a selected medium, i.e., an impression

PRINTER_SIDES_DUPLEX

static final java.lang.String PRINTER_SIDES_DUPLEX
An alias for PRINTER_SIDES_TWO_SIDED_LONG_EDGE

PRINTER_SIDES_ONE_SIDED

static final java.lang.String PRINTER_SIDES_ONE_SIDED
Imposes each consecutive print-stream page upon the same side of consecutive media sheets.

PRINTER_SIDES_TUMBLE

static final java.lang.String PRINTER_SIDES_TUMBLE
An alias for PRINTER_SIDES_TWO_SIDES_SHORT_EDGE

PRINTER_SIDES_TWO_SIDED_LONG_EDGE

static final java.lang.String PRINTER_SIDES_TWO_SIDED_LONG_EDGE
Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, such that the orientation of each pair of print-stream pages on the medium would be correct for the reader as if for binding on the long edge.

PRINTER_SIDES_TWO_SIDED_SHORT_EDGE

static final java.lang.String PRINTER_SIDES_TWO_SIDED_SHORT_EDGE
Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, such that the orientation of each pair of print-stream pages on the medium would be correct for the reader as if for binding on the short edge.

PRINTER_JOB

static final java.lang.String PRINTER_JOB
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-01


Copyright © 2010, 2011, Oracle. All rights reserved.