com.esri.arcgis.carto
Class IPageLayout3Proxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IPageLayout3'. 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 IPageLayout3Proxy
extends com.esri.arcgis.interop.Dispatch
implements IPageLayout3, 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.IPageLayout3
IID, IIDdbb71b6a_db4e_4780_ae6f_39ea7a4a075f
 
Constructor Summary
  IPageLayout3Proxy()
          Deprecated. For internal use only
  IPageLayout3Proxy(java.lang.Object obj)
          Deprecated.  
protected IPageLayout3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPageLayout3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPageLayout3Proxy(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 clearContent()
          Deprecated. Clears the elements without dismantling them.
 void focusNextMapFrame()
          Deprecated. Focus the next map.
 void focusPreviousMapFrame()
          Deprecated. Focus the previous map.
 java.lang.Object getContentProvider()
          Deprecated. The object that is currently managing the content of the layout.
 ISnapGuides getHorizontalSnapGuides()
          Deprecated. The horizontal snapping guides.
 IPage getPage()
          Deprecated. On-screen representation of the printer page.
 IPrinter getPrinter()
          Deprecated. The associated printer.
 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.
 boolean isDelayEvents()
          Deprecated. Indicates if the layout stops firing events until the flag is set to false.
 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 setContentProviderByRef(java.lang.Object provider)
          Deprecated. The object that is currently managing the content of the layout.
 void setDelayEvents(boolean delayEvents)
          Deprecated. Indicates if the layout stops firing events until the flag is set to false.
 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

IPageLayout3Proxy

public IPageLayout3Proxy(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

IPageLayout3Proxy

public IPageLayout3Proxy()
Deprecated. 
For internal use only


IPageLayout3Proxy

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

IPageLayout3Proxy

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

IPageLayout3Proxy

protected IPageLayout3Proxy(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. 
On-screen representation of the printer page.

Specified by:
getPage in interface IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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 IPageLayout3
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.

setContentProviderByRef

public void setContentProviderByRef(java.lang.Object provider)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The object that is currently managing the content of the layout.

Specified by:
setContentProviderByRef in interface IPageLayout3
Parameters:
provider - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getContentProvider

public java.lang.Object getContentProvider()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The object that is currently managing the content of the layout.

Specified by:
getContentProvider in interface IPageLayout3
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearContent

public void clearContent()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Clears the elements without dismantling them.

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

getPrinter

public IPrinter getPrinter()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The associated printer.

Specified by:
getPrinter in interface IPageLayout3
Returns:
A reference to a com.esri.arcgis.output.IPrinter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDelayEvents

public boolean isDelayEvents()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the layout stops firing events until the flag is set to false.

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

setDelayEvents

public void setDelayEvents(boolean delayEvents)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the layout stops firing events until the flag is set to false.

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