|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultiPartTextElement
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 |
---|
static final int IIDb0db3a18_85c0_4c1b_97d2_a9501552ecaf
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void convertToMultiPart(IDisplay pDisplay) throws java.io.IOException, AutomationException
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.void convertToSinglePart() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMultipart() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPartCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IElement queryPart(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replacePart(int index, java.lang.String text, IGeometry geometry) throws java.io.IOException, AutomationException
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.void insertPart(int index, java.lang.String text, IGeometry geometry) throws java.io.IOException, AutomationException
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.void deletePart(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void synchronizeParts(IDisplay pDisplay) throws java.io.IOException, AutomationException
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 |