|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageBasedExportFormatOptions
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 Microsoft Excel (97-2003), PDF, Rich Text Format (RTF), and Microsoft Word (97-2003).
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 end page of a page export range, when exporting to a page-based format. |
void |
setStartPageNumber(int pageNumber)
Sets the start page of a page export range, when exporting to a page-based format. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.exportoptions.IExportFormatOptions |
---|
checkValidity |
Method Detail |
---|
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.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.void setEndPageNumber(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.void setStartPageNumber(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |