com.esri.arcgis.carto
Interface IAnnotateMapProperties

All Superinterfaces:
IAnnotateProperties, java.io.Serializable
All Known Implementing Classes:
AnnotateMapProperties, IAnnotateMapPropertiesProxy

public interface IAnnotateMapProperties
extends IAnnotateProperties, java.io.Serializable

COM Interface 'IAnnotateMapProperties'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the annotate map properties.' 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 IID027f41b3_0f77_11d2_a270_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IAnnotateProperties
IID01004141_0d1c_11d2_a26f_080009b6f22b
 
Method Summary
 IAnnotateLayerPropertiesCollection getAnnotateLayerPropertiesCollection()
          A collection of annotate layer properties.
 void setAnnotateLayerPropertiesCollectionByRef(IAnnotateLayerPropertiesCollection annoLayerPropsCol)
          A collection of annotate layer properties.
 

Field Detail

IID027f41b3_0f77_11d2_a270_080009b6f22b

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

setAnnotateLayerPropertiesCollectionByRef

void setAnnotateLayerPropertiesCollectionByRef(IAnnotateLayerPropertiesCollection annoLayerPropsCol)
                                               throws java.io.IOException,
                                                      AutomationException
A collection of annotate layer properties.

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

getAnnotateLayerPropertiesCollection

IAnnotateLayerPropertiesCollection getAnnotateLayerPropertiesCollection()
                                                                        throws java.io.IOException,
                                                                               AutomationException
A collection of annotate layer properties.

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