Uses of Class
com.snowbound.common.utils.PageRange
-
Packages that use PageRange Package Description com.snowbound.common.utils Utility classes that may be used in the content handler. -
-
Uses of PageRange in com.snowbound.common.utils
Methods in com.snowbound.common.utils that return PageRange Modifier and Type Method Description PageRangePageRange. all()Select each page in order from beginning to end.PageRangePageRange. complex(java.lang.String complexString)Select indices as specified in the selection string.PageRangePageRange. range(int startIndex, int endIndex)Select all pages within the given range.PageRangePageRange. single(int selectedIndex)Select a single page.
-