com.esri.arcgis.editor
Interface IEditAnnotationProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Editor, IEditAnnotationPropertiesProxy

public interface IEditAnnotationProperties
extends java.io.Serializable

COM Interface 'IEditAnnotationProperties'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to members that control the annotation properties of an edit session.' 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 IID7b3b76df_d88d_4940_a388_842f253982b7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICallout getLeaderSymbol()
          Symbol used to draw a leader.
 ISymbol getMultiWordSelectionSymbol()
          Symbol used to draw selected words in multiword annotation.
 boolean isShowAnnoHandles()
          Indicates whether the edit annotation tool will show the resize and rotate handles.
 boolean isUseFollowLineFeatureMode()
          Indicates whether the edit annotation tool will use follow feature mode when moving annotation related to lines.
 boolean isUseFollowPolygonFeatureMode()
          Indicates whether the edit annotation tool will use follow feature mode when moving annotation related to polygons.
 void setLeaderSymbolByRef(ICallout callout)
          Symbol used to draw a leader.
 void setMultiWordSelectionSymbolByRef(ISymbol symbol)
          Symbol used to draw selected words in multiword annotation.
 void setShowAnnoHandles(boolean flag)
          Indicates whether the edit annotation tool will show the resize and rotate handles.
 void setUseFollowLineFeatureMode(boolean flag)
          Indicates whether the edit annotation tool will use follow feature mode when moving annotation related to lines.
 void setUseFollowPolygonFeatureMode(boolean flag)
          Indicates whether the edit annotation tool will use follow feature mode when moving annotation related to polygons.
 

Field Detail

IID7b3b76df_d88d_4940_a388_842f253982b7

static final int IID7b3b76df_d88d_4940_a388_842f253982b7
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

getLeaderSymbol

ICallout getLeaderSymbol()
                         throws java.io.IOException,
                                AutomationException
Symbol used to draw a leader.

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

setLeaderSymbolByRef

void setLeaderSymbolByRef(ICallout callout)
                          throws java.io.IOException,
                                 AutomationException
Symbol used to draw a leader.

Parameters:
callout - A reference to a com.esri.arcgis.display.ICallout (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowAnnoHandles

boolean isShowAnnoHandles()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the edit annotation tool will show the resize and rotate handles.

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

setShowAnnoHandles

void setShowAnnoHandles(boolean flag)
                        throws java.io.IOException,
                               AutomationException
Indicates whether the edit annotation tool will show the resize and rotate handles.

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

isUseFollowLineFeatureMode

boolean isUseFollowLineFeatureMode()
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether the edit annotation tool will use follow feature mode when moving annotation related to lines.

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

setUseFollowLineFeatureMode

void setUseFollowLineFeatureMode(boolean flag)
                                 throws java.io.IOException,
                                        AutomationException
Indicates whether the edit annotation tool will use follow feature mode when moving annotation related to lines.

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

isUseFollowPolygonFeatureMode

boolean isUseFollowPolygonFeatureMode()
                                      throws java.io.IOException,
                                             AutomationException
Indicates whether the edit annotation tool will use follow feature mode when moving annotation related to polygons.

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

setUseFollowPolygonFeatureMode

void setUseFollowPolygonFeatureMode(boolean flag)
                                    throws java.io.IOException,
                                           AutomationException
Indicates whether the edit annotation tool will use follow feature mode when moving annotation related to polygons.

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

getMultiWordSelectionSymbol

ISymbol getMultiWordSelectionSymbol()
                                    throws java.io.IOException,
                                           AutomationException
Symbol used to draw selected words in multiword annotation.

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

setMultiWordSelectionSymbolByRef

void setMultiWordSelectionSymbolByRef(ISymbol symbol)
                                      throws java.io.IOException,
                                             AutomationException
Symbol used to draw selected words in multiword annotation.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.