com.esri.arcgis.carto
Class IPageLayoutProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IPageLayoutProxy
All Implemented Interfaces:
IPageLayout, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IPageLayout'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the Page Layout.' 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 =

public class IPageLayoutProxy
extends com.esri.arcgis.interop.Dispatch
implements IPageLayout, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.carto.IPageLayout
IID, IIDdd94d76a_836d_11d0_87ec_080009ec732a
 
Constructor Summary
  IPageLayoutProxy()
          Deprecated. For internal use only
  IPageLayoutProxy(java.lang.Object obj)
          Deprecated.  
protected IPageLayoutProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPageLayoutProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPageLayoutProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void focusNextMapFrame()
          Deprecated. Focus the next map.
 void focusPreviousMapFrame()
          Deprecated. Focus the previous map.
 ISnapGuides getHorizontalSnapGuides()
          Deprecated. The horizontal snapping guides.
 IPage getPage()
          Deprecated. The page.
 IRulerSettings getRulerSettings()
          Deprecated. The ruler settings.
 ISnapGrid getSnapGrid()
          Deprecated. The snapping grid.
 ISnapGuides getVerticalSnapGuides()
          Deprecated. The vertical snapping guides.
 double getZoomPercent()
          Deprecated. The current zoom percent.
 boolean isAlignToMargins()
          Deprecated. Indicates if graphics will be aligned to the margins or to each other.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void replaceMaps(IMaps maps)
          Deprecated. Replace the maps in the data frames with the specified maps.
 void setAlignToMargins(boolean alignToMargins)
          Deprecated. Indicates if graphics will be aligned to the margins or to each other.
 void zoomToPercent(int percent)
          Deprecated. Magnify the page by a certain percentage.
 void zoomToWhole()
          Deprecated. Fit the whole page in the window.
 void zoomToWidth()
          Deprecated. Fit the width of the page to the screen.
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IPageLayoutProxy

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

IPageLayoutProxy

public IPageLayoutProxy()
Deprecated. 
For internal use only


IPageLayoutProxy

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

IPageLayoutProxy

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

IPageLayoutProxy

protected IPageLayoutProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getPage

public IPage getPage()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The page.

Specified by:
getPage in interface IPageLayout
Returns:
A reference to a com.esri.arcgis.carto.IPage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRulerSettings

public IRulerSettings getRulerSettings()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The ruler settings.

Specified by:
getRulerSettings in interface IPageLayout
Returns:
A reference to a com.esri.arcgis.carto.IRulerSettings
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapGrid

public ISnapGrid getSnapGrid()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The snapping grid.

Specified by:
getSnapGrid in interface IPageLayout
Returns:
A reference to a com.esri.arcgis.carto.ISnapGrid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHorizontalSnapGuides

public ISnapGuides getHorizontalSnapGuides()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The horizontal snapping guides.

Specified by:
getHorizontalSnapGuides in interface IPageLayout
Returns:
A reference to a com.esri.arcgis.carto.ISnapGuides
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVerticalSnapGuides

public ISnapGuides getVerticalSnapGuides()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The vertical snapping guides.

Specified by:
getVerticalSnapGuides in interface IPageLayout
Returns:
A reference to a com.esri.arcgis.carto.ISnapGuides
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZoomPercent

public double getZoomPercent()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The current zoom percent. 100 means 1:1. 200 means twice normal size, etc.

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

setAlignToMargins

public void setAlignToMargins(boolean alignToMargins)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if graphics will be aligned to the margins or to each other.

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

isAlignToMargins

public boolean isAlignToMargins()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if graphics will be aligned to the margins or to each other.

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

zoomToWidth

public void zoomToWidth()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Fit the width of the page to the screen.

Specified by:
zoomToWidth in interface IPageLayout
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

zoomToWhole

public void zoomToWhole()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Fit the whole page in the window.

Specified by:
zoomToWhole in interface IPageLayout
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

zoomToPercent

public void zoomToPercent(int percent)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Magnify the page by a certain percentage. 100 means actual size. 200 means twice normal size, etc.

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

focusNextMapFrame

public void focusNextMapFrame()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Focus the next map.

Specified by:
focusNextMapFrame in interface IPageLayout
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

focusPreviousMapFrame

public void focusPreviousMapFrame()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Focus the previous map.

Specified by:
focusPreviousMapFrame in interface IPageLayout
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceMaps

public void replaceMaps(IMaps maps)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Replace the maps in the data frames with the specified maps. If there are more maps than frames, new frames are created. If there are fewer frames than maps, extra frames are cleared.

Specified by:
replaceMaps in interface IPageLayout
Parameters:
maps - A reference to a com.esri.arcgis.carto.IMaps (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.