public final class PdfPrintRange extends Object
Modifier and Type | Field and Description |
---|---|
static int |
AllPages
All pages are printed.
|
static int |
CurrentPage
The currently displayed page is printed
|
static int |
Selection
The selected pages are printed.
|
static int |
SomePages
The pages between FromPage and ToPage are printed.
|
Constructor and Description |
---|
PdfPrintRange() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getNames()
Get String names for PdfPrintRange
|
static String |
toString(int pdfPrintRange)
Get String name for PdfPrintRange element
|
public static final int AllPages
public static final int CurrentPage
public static final int Selection
public static final int SomePages
public static String toString(int pdfPrintRange)
pdfPrintRange
- PdfPrintRange elementPdfPrintRange
public static String[] getNames()