com.esri.arcgis.carto
Interface IElementEditCallout

All Superinterfaces:
Serializable
All Known Implementing Classes:
ParagraphTextElement, PMFTitleTextElement, TextElement

public interface IElementEditCallout
extends Serializable

Provides access to members that control the Element edit vertices object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ISelectionTracker getMoveTextSelectionTracker()
          Returns the selection tracker to move the text used by this element.
 boolean isEditingCallout()
          Indicates if this element is editing it's callout.
 void setEditingCallout(boolean flag)
          Indicates if this element is editing it's callout.
 

Method Detail

getMoveTextSelectionTracker

ISelectionTracker getMoveTextSelectionTracker()
                                              throws IOException,
                                                     AutomationException
Returns the selection tracker to move the text used by this element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.display.ISelectionTracker
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEditingCallout

boolean isEditingCallout()
                         throws IOException,
                                AutomationException
Indicates if this element is editing it's callout.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setEditingCallout

void setEditingCallout(boolean flag)
                       throws IOException,
                              AutomationException
Indicates if this element is editing it's callout.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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