com.esri.arcgis.carto
Interface IMultiPartTextElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMultiPartTextElementProxy, PMFTitleTextElement, TextElement

public interface IMultiPartTextElement
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb0db3a18_85c0_4c1b_97d2_a9501552ecaf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void convertToMultiPart(IDisplay pDisplay)
          Converts the current element into a multipart element.
 void convertToSinglePart()
          Converts the current element into a single part element.
 void deletePart(int index)
          Delete a part in the multipart element at the specified index.
 int getPartCount()
          The number of parts in the multipart element.
 void insertPart(int index, java.lang.String text, IGeometry geometry)
          Insert a part in the multipart element at the specified index.
 boolean isMultipart()
          Indicates if the element is multi part.
 IElement queryPart(int index)
          Returns the part in the multipart element at the specified index.
 void replacePart(int index, java.lang.String text, IGeometry geometry)
          Replace a part in the multipart element at the specified index.
 void synchronizeParts(IDisplay pDisplay)
          Synchronize the geometry with the text of the element.
 

Field Detail

IIDb0db3a18_85c0_4c1b_97d2_a9501552ecaf

static final int IIDb0db3a18_85c0_4c1b_97d2_a9501552ecaf
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

convertToMultiPart

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

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

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMultipart

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

Returns:
The isMultiPartElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPartCount

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

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryPart

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

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

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

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

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

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

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

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

synchronizeParts

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

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.