Property Getters/Setters Summary | ||
---|---|---|
method | isToOutput() | |
method | setToOutput(value) | |
Gets or sets a value indicating whether the page should be output. The defualt value is true. | ||
method | getPageCount() | |
Total page count. | ||
method | getPageIndex() | |
Current page index, zero based. |
Property Getters/Setters Detail |
---|
isToOutput/setToOutput : boolean | |
boolean isToOutput() / setToOutput(value) |
getPageIndex : int | |
int getPageIndex() |
getPageCount : int | |
int getPageCount() |