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


ITextParser Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextParser Interface
ArcGIS Developer Help

ITextParser Interface

Provides access to members that parse text strings.

Product Availability

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

Members

Name Description
Method HasTags Returns true if the text contains tags and false if it does not.
Method Next Parses the next tag and string and sets the TextSymbol accordingly.
Method Reset Resets the text string tag sequence to the beginning.
Read/write property Text Text to parse.
Read/write property TextSymbol The text symbol.

Classes that implement ITextParser

Classes Description
SimpleTextParser Simple text parser object.

Remarks

To learn more about the text formatting tags supported by ArcMap, read the help for SimpleTextParser.