ArcObjects Component Help  (Core)    

TextElement CoClass

The Graphic Element to display text.

Interfaces

Interfaces Description
IBoundsProperties Provides access to members that control Bounds Properties.
IClone Provides access to members that control cloning of objects.
IElement Provides access to members that control the Element.
IElementEditCallout Provides access to members that control the Element edit vertices object.
IElementEditVertices Provides access to members that control the Element edit vertices object.
IElementProperties Provides access to members that control the Element Properties.
IElementProperties2 Provides access to members that control More Element Properties.
IGraphicElement Provides access to members that control the Graphic Element object.
IGroupSymbolElement Provides access to members that control Group Symbol Elements.
IPersistStream
IPropertySupport Provides access to members that set a default property on an object.
ITextElement Provides access to members that control the Text element.
ITransform2D Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.).
ITransformEvents Provides access to members that control Transform Events.

Remarks

The TextElement object has many roles from the title of a map layout to a piece of feature-linked annotation and everything in between.  Every piece of text or annotation on a map or layout is a TextElement.  The default interface for the TextElement object is ITextElement, but like most elements, the object is usually passed as an IElement.

Use this object when you what to manipulate the textual properties of an element.

See Also

IElement Interface | IGraphicElement Interface