|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPageFormat
This abstract interface is used by other exporting sub-classes to set how the pages of a report will be exported.
| Method Summary | |
|---|---|
int |
getEndPageNumber()
Returns the end page number to be exported. |
int |
getStartPageNumber()
Returns the start page number to be exported. |
boolean |
isAllPagesExported()
Returns whether or not to export all pages. |
void |
setAllPageExported(boolean allPages)
Sets whether or not to export all pages. |
void |
setEndPageNumber(int endPageNum)
Sets the end page number to be exported. |
void |
setStartPageNumber(int startPageNum)
Sets the start page number to be exported. |
| Method Detail |
|---|
boolean isAllPagesExported()
throws SDKException
Returns whether or not to export all pages.
true if all pages will be exported, false otherwise.
SDKException - This is thrown if the process is unsuccessful.void setAllPageExported(boolean allPages)
Sets whether or not to export all pages.
allPages - true if all pages will be exported,
false otherwise.
int getStartPageNumber()
throws SDKException
Returns the start page number to be exported.
int specifying the start page number.
SDKException - This is thrown if the process is unsuccessful.void setStartPageNumber(int startPageNum)
Sets the start page number to be exported.
startPageNum - An int specifying the start page number.
int getEndPageNumber()
throws SDKException
Returns the end page number to be exported.
int specifying the end page number.
SDKException - This is thrown if the process is unsuccessful.void setEndPageNumber(int endPageNum)
Sets the end page number to be exported.
endPageNum - An int specifying the end page number.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||