This document is archived and information here might be outdated.  Recommended version.


IParagraphTextElement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IParagraphTextElement Interface
ArcGIS Developer Help

IParagraphTextElement Interface

Indicator interface that identifies Paragraph Text Element objects.

Product Availability

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

Description

IParagraphTextElement is an idicator interface that can be used to check to see if an element is a ParagraphTextElement.

Classes that implement IParagraphTextElement

Classes Description
ParagraphTextElement The Graphic Element to display text which flows into an area geometry.

Remarks

IParagraphTextElement is an indicator interface that is used to verify that an element is a ParagraphTextElement.  This interface is often used when cycling through a large number of TextElements in siutations where ParagraphTextElements need to be handled differently.