|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IPageLayout3Proxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IPageLayout3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IPageLayout3Proxy()
public IPageLayout3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPageLayout3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IPageLayout3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IPage getPage() throws java.io.IOException, AutomationException
getPage
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRulerSettings getRulerSettings() throws java.io.IOException, AutomationException
getRulerSettings
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISnapGrid getSnapGrid() throws java.io.IOException, AutomationException
getSnapGrid
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISnapGuides getHorizontalSnapGuides() throws java.io.IOException, AutomationException
getHorizontalSnapGuides
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISnapGuides getVerticalSnapGuides() throws java.io.IOException, AutomationException
getVerticalSnapGuides
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZoomPercent() throws java.io.IOException, AutomationException
getZoomPercent
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlignToMargins(boolean alignToMargins) throws java.io.IOException, AutomationException
setAlignToMargins
in interface IPageLayout3
alignToMargins
- The alignToMargins (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAlignToMargins() throws java.io.IOException, AutomationException
isAlignToMargins
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void zoomToWidth() throws java.io.IOException, AutomationException
zoomToWidth
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void zoomToWhole() throws java.io.IOException, AutomationException
zoomToWhole
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void zoomToPercent(int percent) throws java.io.IOException, AutomationException
zoomToPercent
in interface IPageLayout3
percent
- The percent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void focusNextMapFrame() throws java.io.IOException, AutomationException
focusNextMapFrame
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void focusPreviousMapFrame() throws java.io.IOException, AutomationException
focusPreviousMapFrame
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replaceMaps(IMaps maps) throws java.io.IOException, AutomationException
replaceMaps
in interface IPageLayout3
maps
- A reference to a com.esri.arcgis.carto.IMaps (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContentProviderByRef(java.lang.Object provider) throws java.io.IOException, AutomationException
setContentProviderByRef
in interface IPageLayout3
provider
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getContentProvider() throws java.io.IOException, AutomationException
getContentProvider
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearContent() throws java.io.IOException, AutomationException
clearContent
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPrinter getPrinter() throws java.io.IOException, AutomationException
getPrinter
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDelayEvents() throws java.io.IOException, AutomationException
isDelayEvents
in interface IPageLayout3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDelayEvents(boolean delayEvents) throws java.io.IOException, AutomationException
setDelayEvents
in interface IPageLayout3
delayEvents
- The delayEvents (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |