RangeMode
Leave feedback
On this page
Inheritance: java.lang.Object
public final class RangeMode
Possible modes for the page ranging.
| Field | Description |
|---|---|
| AllPages | Range have all numbers from begin to end. |
| OddPages | Range have only odd numbers from begin to end. |
| EvenPages | Range have only even numbers from begin to end. |
public static final int AllPages
Range have all numbers from begin to end.
public static final int OddPages
Range have only odd numbers from begin to end.
public static final int EvenPages
Range have only even numbers from begin to end.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.