public final class PageRange extends Object
PageRange
is used to select or constrain the job print
stream pages to print.
Page numbering starts from 1 to correspond to user expectations.
The start page must be greater than zero and less than or
equal to the endpage.
If start and end are equal, the range refers to a single page.
Values that exceed the number of job pages are harmlessly ignored
during printing.Type | Property and Description |
---|---|
ReadOnlyIntegerProperty |
endPage
IntegerProperty representing the ending
page number of the range. |
ReadOnlyIntegerProperty |
startPage
IntegerProperty representing the starting
page number of the range. |
Constructor and Description |
---|
PageRange(int startPage,
int endPage)
Create a new PageRange with the specified start and end page numbers.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyIntegerProperty |
endPageProperty()
IntegerProperty representing the ending
page number of the range. |
int |
getEndPage() |
int |
getStartPage() |
ReadOnlyIntegerProperty |
startPageProperty()
IntegerProperty representing the starting
page number of the range. |
public ReadOnlyIntegerProperty startPageProperty
IntegerProperty
representing the starting
page number of the range. See getStartPage()
for more information.getStartPage()
public ReadOnlyIntegerProperty endPageProperty
IntegerProperty
representing the ending
page number of the range. See getEndPage()
for more information.getEndPage()
public PageRange(int startPage, int endPage)
startPage
- the first page in the range.endPage
- the last page in the range.IllegalArgumentException
- if the page range is not validpublic ReadOnlyIntegerProperty startPageProperty()
IntegerProperty
representing the starting
page number of the range. See getStartPage()
for more information.getStartPage()
public int getStartPage()
public ReadOnlyIntegerProperty endPageProperty()
IntegerProperty
representing the ending
page number of the range. See getEndPage()
for more information.getEndPage()
public int getEndPage()
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.