com.esri.arcgis.arcmapui
Interface IPageIndexControl

All Superinterfaces:
Serializable
All Known Implementing Classes:
IPageIndexControlProxy

public interface IPageIndexControl
extends Serializable

Data Driven Page Control interface.

Product Availability

Available with ArcGIS Desktop.


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

isFirstPageShown

boolean isFirstPageShown()
                         throws IOException,
                                AutomationException
Is the current data driven page the first?

Product Availability

Available with ArcGIS Desktop.

Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLastPageShown

boolean isLastPageShown()
                        throws IOException,
                               AutomationException
Is the current data driven page the last?

Product Availability

Available with ArcGIS Desktop.

Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showFirstPage

void showFirstPage()
                   throws IOException,
                          AutomationException
Show the first data driven page.

Product Availability

Available with ArcGIS Desktop.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showNextPage

void showNextPage()
                  throws IOException,
                         AutomationException
Show the next data driven page.

Product Availability

Available with ArcGIS Desktop.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showPreviousPage

void showPreviousPage()
                      throws IOException,
                             AutomationException
Show the previous data driven page.

Product Availability

Available with ArcGIS Desktop.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showLastPage

void showLastPage()
                  throws IOException,
                         AutomationException
Show the last data driven page.

Product Availability

Available with ArcGIS Desktop.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.