Searched defs:toPage (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java258 private int toPage; field in class:JobAttributes
390 toPage = obj.toPage;
558 * <i>toPage</i> and greater than or equal to <i>minPage</i> and
564 } else if (toPage != 0) {
577 * pageRanges and either or both of fromPage and toPage are specified,
579 * or toPage is equivalent to calling
583 * <i>toPage</i> and greater than or equal to <i>minPage</i> and
590 (toPage != 0 && fromPage > toPage) ||
927 setToPage(int toPage) argument
[all...]

Completed in 31 milliseconds