public final class RangeMode extends Object
Possible modes for range.
public static final int AllPages
Range have all numbers from begin to end.
public static final int EvenPages
Range have only even numbers from begin to end.
public static final int OddPages
Range have only odd numbers from begin to end.
Copyright © 2019. All rights reserved.