|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageIndexControl
Data Driven Page Control interface.
Method Summary | |
---|---|
boolean |
isFirstPageShown()
Is the current data driven page the first? |
boolean |
isLastPageShown()
Is the current data driven page the last? |
void |
showFirstPage()
Show the first data driven page. |
void |
showLastPage()
Show the last data driven page. |
void |
showNextPage()
Show the next data driven page. |
void |
showPreviousPage()
Show the previous data driven page. |
Method Detail |
---|
boolean isFirstPageShown() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLastPageShown() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showFirstPage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showNextPage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showPreviousPage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showLastPage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |