com.esri.arcgis.carto
Interface IMapOverposter

All Superinterfaces:
Serializable
All Known Implementing Classes:
Map

public interface IMapOverposter
extends Serializable

Provides access to members that control the Labeling (annotation) of a map.

Product Availability

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


Method Summary
 IOverposterProperties getOverposterProperties()
          The overposter the map will use for labeling.
 void setOverposterPropertiesByRef(IOverposterProperties overposterProperties)
          The overposter the map will use for labeling.
 

Method Detail

getOverposterProperties

IOverposterProperties getOverposterProperties()
                                              throws IOException,
                                                     AutomationException
The overposter the map will use for labeling.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setOverposterPropertiesByRef

void setOverposterPropertiesByRef(IOverposterProperties overposterProperties)
                                  throws IOException,
                                         AutomationException
The overposter the map will use for labeling.

Product Availability

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

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