com.esri.arcgis.output
Class IOutputPageOptionsAdminProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.output.IOutputPageOptionsAdminProxy
All Implemented Interfaces:
IOutputPageOptionsAdmin, java.io.Externalizable, java.io.Serializable

public class IOutputPageOptionsAdminProxy
extends com.esri.arcgis.interop.Dispatch
implements IOutputPageOptionsAdmin, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.output.IOutputPageOptionsAdmin
IID, IID1f685f18_704a_4755_834f_4c0d67303a2f
 
Constructor Summary
  IOutputPageOptionsAdminProxy()
          For internal use only
  IOutputPageOptionsAdminProxy(java.lang.Object obj)
           
protected IOutputPageOptionsAdminProxy(java.lang.Object obj, java.lang.String iid)
           
  IOutputPageOptionsAdminProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IOutputPageOptionsAdminProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IOutputPageOptionsAdminProxy

public IOutputPageOptionsAdminProxy(java.lang.String CLSID,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IOutputPageOptionsAdminProxy

public IOutputPageOptionsAdminProxy()
For internal use only


IOutputPageOptionsAdminProxy

public IOutputPageOptionsAdminProxy(java.lang.Object obj)
                             throws java.io.IOException
Throws:
java.io.IOException

IOutputPageOptionsAdminProxy

protected IOutputPageOptionsAdminProxy(java.lang.Object obj,
                                       java.lang.String iid)
                                throws java.io.IOException
Throws:
java.io.IOException

IOutputPageOptionsAdminProxy

protected IOutputPageOptionsAdminProxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isOutputtingPageLayout

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

Specified by:
isOutputtingPageLayout in interface IOutputPageOptionsAdmin
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputtingPageLayout

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

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

isPageSelectionExists

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

Specified by:
isPageSelectionExists in interface IOutputPageOptionsAdmin
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageSelectionExists

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

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

getPageCount

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

Specified by:
getPageCount in interface IOutputPageOptionsAdmin
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageCount

public 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.

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

getSelectedPageCount

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

Specified by:
getSelectedPageCount in interface IOutputPageOptionsAdmin
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectedPageCount

public 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.

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

getCurrentIndex

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

Specified by:
getCurrentIndex in interface IOutputPageOptionsAdmin
Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentIndex

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

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