com.esri.arcgis.arcmapui
Interface IPageIndexControl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPageIndexControlProxy

public interface IPageIndexControl
extends java.io.Serializable

COM Interface 'IPageIndexControl'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Data Driven Page Control interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID36f0873a_4237_4535_a486_f3cb8ae91130
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID36f0873a_4237_4535_a486_f3cb8ae91130

static final int IID36f0873a_4237_4535_a486_f3cb8ae91130
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isFirstPageShown

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

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

isLastPageShown

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

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

showFirstPage

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

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

showNextPage

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

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

showPreviousPage

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

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

showLastPage

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

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