|
|||||||||
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.IMultiPartTextElementProxy
Description: 'Provides access to methods and properties for maintaining multipart elements.' 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 IMultiPartTextElementProxy
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.IMultiPartTextElement |
---|
IID, IIDb0db3a18_85c0_4c1b_97d2_a9501552ecaf |
Constructor Summary | |
---|---|
|
IMultiPartTextElementProxy()
Deprecated. For internal use only |
|
IMultiPartTextElementProxy(java.lang.Object obj)
Deprecated. |
protected |
IMultiPartTextElementProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMultiPartTextElementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMultiPartTextElementProxy(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 |
convertToMultiPart(IDisplay pDisplay)
Deprecated. Converts the current element into a multipart element. |
void |
convertToSinglePart()
Deprecated. Converts the current element into a single part element. |
void |
deletePart(int index)
Deprecated. Delete a part in the multipart element at the specified index. |
int |
getPartCount()
Deprecated. The number of parts in the multipart element. |
void |
insertPart(int index,
java.lang.String text,
IGeometry geometry)
Deprecated. Insert a part in the multipart element at the specified index. |
boolean |
isMultipart()
Deprecated. Indicates if the element is multi part. |
IElement |
queryPart(int index)
Deprecated. Returns the part in the multipart element at the specified index. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
replacePart(int index,
java.lang.String text,
IGeometry geometry)
Deprecated. Replace a part in the multipart element at the specified index. |
void |
synchronizeParts(IDisplay pDisplay)
Deprecated. Synchronize the geometry with the text of the element. |
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 IMultiPartTextElementProxy(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 IMultiPartTextElementProxy()
public IMultiPartTextElementProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMultiPartTextElementProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMultiPartTextElementProxy(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 void convertToMultiPart(IDisplay pDisplay) throws java.io.IOException, AutomationException
convertToMultiPart
in interface IMultiPartTextElement
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void convertToSinglePart() throws java.io.IOException, AutomationException
convertToSinglePart
in interface IMultiPartTextElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMultipart() throws java.io.IOException, AutomationException
isMultipart
in interface IMultiPartTextElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPartCount() throws java.io.IOException, AutomationException
getPartCount
in interface IMultiPartTextElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IElement queryPart(int index) throws java.io.IOException, AutomationException
queryPart
in interface IMultiPartTextElement
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replacePart(int index, java.lang.String text, IGeometry geometry) throws java.io.IOException, AutomationException
replacePart
in interface IMultiPartTextElement
index
- The index (in)text
- The text (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertPart(int index, java.lang.String text, IGeometry geometry) throws java.io.IOException, AutomationException
insertPart
in interface IMultiPartTextElement
index
- The index (in)text
- The text (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deletePart(int index) throws java.io.IOException, AutomationException
deletePart
in interface IMultiPartTextElement
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void synchronizeParts(IDisplay pDisplay) throws java.io.IOException, AutomationException
synchronizeParts
in interface IMultiPartTextElement
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (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 |