| Modifier and Type | Method and Description |
|---|---|
PageSpec |
PageRange.getPageSpec() |
static PageSpec |
PageSpec.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageSpec[] |
PageSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageRange.setPageSpec(PageSpec value) |
| Constructor and Description |
|---|
PageRange(int argStartPage,
int argEndPage,
PageSpec argPageSpec)
Specifies a range of pages in a document (page numbers begin with 0).
|
PageRange(int argStartPage,
int argEndPage,
PageSpec argPageSpec,
int argPagePaperSource)
Specifies a range of pages in a document (page numbers begin with 0).
|