ArcObjects Library Reference (Display)  

ITextParser Interface

Provides access to members that parse text strings.

Product Availability

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

Members

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.

CoClasses that implement ITextParser

CoClasses and Classes Description
SimpleTextParser Simple text parser object.

Remarks

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