org.jpedal.objects
Class PrinterOptions

java.lang.Object
  extended by org.jpedal.objects.PrinterOptions

public class PrinterOptions
extends java.lang.Object

Public contstants used in printing


Field Summary
static int ALL_PAGES
           
static int EVEN_PAGES_ONLY
           
static int LAST_SCALING_CHOICE
          last printer option
static int ODD_PAGES_ONLY
           
static int PAGE_SCALING_FIT_TO_PRINTER_MARGINS
          type of printing
static int PAGE_SCALING_NONE
          type of printing
static int PAGE_SCALING_REDUCE_TO_PRINTER_MARGINS
          type of printing
static int PRINT_PAGES_REVERSED
           
static java.lang.String[] PRINT_SCALING_OPTIONS
          String representation of scaling types
 
Constructor Summary
PrinterOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRINT_SCALING_OPTIONS

public static final java.lang.String[] PRINT_SCALING_OPTIONS
String representation of scaling types


PAGE_SCALING_NONE

public static final int PAGE_SCALING_NONE
type of printing

See Also:
Constant Field Values

PAGE_SCALING_FIT_TO_PRINTER_MARGINS

public static final int PAGE_SCALING_FIT_TO_PRINTER_MARGINS
type of printing

See Also:
Constant Field Values

PAGE_SCALING_REDUCE_TO_PRINTER_MARGINS

public static final int PAGE_SCALING_REDUCE_TO_PRINTER_MARGINS
type of printing

See Also:
Constant Field Values

LAST_SCALING_CHOICE

public static int LAST_SCALING_CHOICE
last printer option


ALL_PAGES

public static final int ALL_PAGES
See Also:
Constant Field Values

ODD_PAGES_ONLY

public static final int ODD_PAGES_ONLY
See Also:
Constant Field Values

EVEN_PAGES_ONLY

public static final int EVEN_PAGES_ONLY
See Also:
Constant Field Values

PRINT_PAGES_REVERSED

public static final int PRINT_PAGES_REVERSED
See Also:
Constant Field Values
Constructor Detail

PrinterOptions

public PrinterOptions()