public class PageInfo extends Object
Contains information about retrieved page when paging methods are used.
Modifier and Type | Method and Description |
---|---|
int |
getAbsoluteOffset()
Gets additinal offset added to start index of a page
|
int |
getItemsPerPage()
A number of items in page
|
boolean |
getLastPage()
Indicates whether current page is last page in view.
|
PageInfo |
getNextPage()
Information of the next page or null if current page is last
|
int |
getPageOffset()
Gets offset of a page
|
int |
getTotalCount()
Gets total count of items in view
|
protected PageInfo next
public int getPageOffset()
Gets offset of a page
public int getAbsoluteOffset()
Gets additinal offset added to start index of a page
public boolean getLastPage()
Indicates whether current page is last page in view.
public int getTotalCount()
Gets total count of items in view
public int getItemsPerPage()
A number of items in page
public PageInfo getNextPage()
Information of the next page or null if current page is last
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.