com.esri.arcgis.display
Interface ITextParserSupport

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITextParserSupportProxy, TextMarkerSymbol, TextSymbol

public interface ITextParserSupport
extends Serializable

Provides access to members that control the text parsing support.

Product Availability

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


Method Summary
 ITextParser getTextParser()
          The text parser.
 void setTextParserByRef(ITextParser parser)
          The text parser.
 

Method Detail

getTextParser

ITextParser getTextParser()
                          throws IOException,
                                 AutomationException
The text parser.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.display.ITextParser
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextParserByRef

void setTextParserByRef(ITextParser parser)
                        throws IOException,
                               AutomationException
The text parser.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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