|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines export options used when exporting to a page based export format. This includes specifying a range of pages to be exported. Page based export formats include PDF and RTF.
| Method Summary | |
int |
getEndPageNumber()
Returns the end page, of a page export range, when exporting to a page based format. |
int |
getStartPageNumber()
Returns the start page, of a page export range, when exporting to a page based format. |
void |
setEndPageNumber(int pageNumber)
Sets the start page, of a page export range, when exporting to a page based format. |
void |
setStartPageNumber(int pageNumber)
Sets the end page, of a page export range, when exporting to a page based format. |
| Method Detail |
public int getEndPageNumber()
Returns the end page, of a page export range, when exporting to a page based format. By default, all pages in the report are exported.
int that specifies the end page.public int getStartPageNumber()
Returns the start page, of a page export range, when exporting to a page based format. By default, all pages in the report are exported.
int that specifies the start page.public void setEndPageNumber(int pageNumber)
Sets the start page, of a page export range, when exporting to a page based format. By default, all pages in the report are exported.
pageNumber - An int that specifies the start page.public void setStartPageNumber(int pageNumber)
Sets the end page, of a page export range, when exporting to a page based format. By default, all pages in the report are exported.
pageNumber - An int that specifies the end page.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||