com.esri.arcgis.display
Interface ITextBackground2

All Superinterfaces:
Serializable
All Known Implementing Classes:
BalloonCallout, LineCallout

public interface ITextBackground2
extends Serializable

Provides access to members that control the text background.

Product Availability

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


Method Summary
 void setTextBoundaryByRef(IPolygon rhs1)
          The text boundary.
 

Method Detail

setTextBoundaryByRef

void setTextBoundaryByRef(IPolygon rhs1)
                          throws IOException,
                                 AutomationException
The text boundary.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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