com.esri.arcgis.carto
Class IMultiPartTextElementProxy

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

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

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
extends com.esri.arcgis.interop.Dispatch
implements IMultiPartTextElement, 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.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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMultiPartTextElementProxy

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

IMultiPartTextElementProxy

public IMultiPartTextElementProxy()
Deprecated. 
For internal use only


IMultiPartTextElementProxy

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

IMultiPartTextElementProxy

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

IMultiPartTextElementProxy

protected IMultiPartTextElementProxy(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

convertToMultiPart

public void convertToMultiPart(IDisplay pDisplay)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Converts the current element into a multipart element.

Specified by:
convertToMultiPart in interface IMultiPartTextElement
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertToSinglePart

public void convertToSinglePart()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Converts the current element into a single part element.

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

isMultipart

public boolean isMultipart()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the element is multi part.

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

getPartCount

public int getPartCount()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of parts in the multipart element.

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

queryPart

public IElement queryPart(int index)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Returns the part in the multipart element at the specified index.

Specified by:
queryPart in interface IMultiPartTextElement
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replacePart

public void replacePart(int index,
                        java.lang.String text,
                        IGeometry geometry)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Replace a part in the multipart element at the specified index.

Specified by:
replacePart in interface IMultiPartTextElement
Parameters:
index - The index (in)
text - The text (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertPart

public void insertPart(int index,
                       java.lang.String text,
                       IGeometry geometry)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Insert a part in the multipart element at the specified index.

Specified by:
insertPart in interface IMultiPartTextElement
Parameters:
index - The index (in)
text - The text (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deletePart

public void deletePart(int index)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Delete a part in the multipart element at the specified index.

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

synchronizeParts

public void synchronizeParts(IDisplay pDisplay)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Synchronize the geometry with the text of the element.

Specified by:
synchronizeParts in interface IMultiPartTextElement
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.