com.esri.arcgis.display
Interface IWordBoundaries

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWordBoundariesProxy, TextMarkerSymbol, TextSymbol

public interface IWordBoundaries
extends Serializable

Provides access to word boundaries for a text symbol.

Product Availability

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


Method Summary
 void queryWordBoundaries(int hDC, ITransformation displayTransform, IGeometry geometry, IGeometryBag boundaries)
          Fills an existing geometry bag with the boundaries of the words in the text symbol.
 

Method Detail

queryWordBoundaries

void queryWordBoundaries(int hDC,
                         ITransformation displayTransform,
                         IGeometry geometry,
                         IGeometryBag boundaries)
                         throws IOException,
                                AutomationException
Fills an existing geometry bag with the boundaries of the words in the text symbol.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
hDC - The hDC (A COM typedef) (in)
displayTransform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
boundaries - A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.