|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpedal.objects.PrinterOptions
public class PrinterOptions
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 |
|---|
public static final java.lang.String[] PRINT_SCALING_OPTIONS
public static final int PAGE_SCALING_NONE
public static final int PAGE_SCALING_FIT_TO_PRINTER_MARGINS
public static final int PAGE_SCALING_REDUCE_TO_PRINTER_MARGINS
public static int LAST_SCALING_CHOICE
public static final int ALL_PAGES
public static final int ODD_PAGES_ONLY
public static final int EVEN_PAGES_ONLY
public static final int PRINT_PAGES_REVERSED
| Constructor Detail |
|---|
public PrinterOptions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||