Package javafx.print

Class PageRange

java.lang.Object
javafx.print.PageRange

public final class PageRange
extends Object
A 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.
Since:
JavaFX 8.0