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, Externalizable, Serializable

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

Private interface to output page options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IOutputPageOptionsAdminProxy()
           
  IOutputPageOptionsAdminProxy(Object obj)
           
protected IOutputPageOptionsAdminProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, 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(String iidStr, 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

noncastable

public boolean noncastable
Constructor Detail

IOutputPageOptionsAdminProxy

public IOutputPageOptionsAdminProxy()

IOutputPageOptionsAdminProxy

public IOutputPageOptionsAdminProxy(Object obj)
                             throws IOException
Throws:
IOException

IOutputPageOptionsAdminProxy

protected IOutputPageOptionsAdminProxy(Object obj,
                                       String iid)
                                throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

isOutputtingPageLayout

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setOutputtingPageLayout

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isPageSelectionExists

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPageSelectionExists

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPageCount

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPageCount

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSelectedPageCount

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSelectedPageCount

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getCurrentIndex

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setCurrentIndex

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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