com.esri.arcgis.output
Interface IOutputPageOptionsAdmin

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

public interface IOutputPageOptionsAdmin
extends java.io.Serializable

COM Interface 'IOutputPageOptionsAdmin'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Private interface to output page options.' 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 IID1f685f18_704a_4755_834f_4c0d67303a2f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCurrentIndex()
          Index of the current page.
 int getPageCount()
          Indicates the number of pages to the export dialog.
 int getSelectedPageCount()
          Indicates the number of selected pages to the export dialog.
 boolean isOutputtingPageLayout()
          Indicates if layout is being output.
 boolean isPageSelectionExists()
          Indicates if a page selection exists.
 void setCurrentIndex(int index)
          Index of the current page.
 void setOutputtingPageLayout(boolean flag)
          Indicates if layout is being output.
 void setPageCount(int count)
          Indicates the number of pages to the export dialog.
 void setPageSelectionExists(boolean flag)
          Indicates if a page selection exists.
 void setSelectedPageCount(int count)
          Indicates the number of selected pages to the export dialog.
 

Field Detail

IID1f685f18_704a_4755_834f_4c0d67303a2f

static final int IID1f685f18_704a_4755_834f_4c0d67303a2f
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

isOutputtingPageLayout

boolean isOutputtingPageLayout()
                               throws java.io.IOException,
                                      AutomationException
Indicates if layout is being output.

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

setOutputtingPageLayout

void setOutputtingPageLayout(boolean flag)
                             throws java.io.IOException,
                                    AutomationException
Indicates if layout is being output.

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

isPageSelectionExists

boolean isPageSelectionExists()
                              throws java.io.IOException,
                                     AutomationException
Indicates if a page selection exists.

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

setPageSelectionExists

void setPageSelectionExists(boolean flag)
                            throws java.io.IOException,
                                   AutomationException
Indicates if a page selection exists.

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

getPageCount

int getPageCount()
                 throws java.io.IOException,
                        AutomationException
Indicates the number of pages to the export dialog. Other clients should use the PageIndex.PageCount.

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

setPageCount

void setPageCount(int count)
                  throws java.io.IOException,
                         AutomationException
Indicates the number of pages to the export dialog. Other clients should use the PageIndex.PageCount.

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedPageCount

int getSelectedPageCount()
                         throws java.io.IOException,
                                AutomationException
Indicates the number of selected pages to the export dialog. Other clients should use the PageIndex.PageCount.

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

setSelectedPageCount

void setSelectedPageCount(int count)
                          throws java.io.IOException,
                                 AutomationException
Indicates the number of selected pages to the export dialog. Other clients should use the PageIndex.PageCount.

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentIndex

int getCurrentIndex()
                    throws java.io.IOException,
                           AutomationException
Index of the current page.

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

setCurrentIndex

void setCurrentIndex(int index)
                     throws java.io.IOException,
                            AutomationException
Index of the current page.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.