|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextParser
Provides access to members that parse text strings.
To learn more about the text formatting tags supported by ArcMap, read the help for SimpleTextParser.
| Method Summary | |
|---|---|
String |
getText()
Text to parse. |
ITextSymbol |
getTextSymbol()
The text symbol. |
void |
hasTags(boolean[] hasTags)
Returns true if the text contains tags and false if it does not. |
void |
next()
Parses the next tag and string and sets the TextSymbol accordingly. |
void |
reset()
Resets the text string tag sequence to the beginning. |
void |
setText(String text)
Text to parse. |
void |
setTextSymbolByRef(ITextSymbol textSym)
The text symbol. |
| Method Detail |
|---|
ITextSymbol getTextSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextSymbolByRef(ITextSymbol textSym)
throws IOException,
AutomationException
textSym - A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getText()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setText(String text)
throws IOException,
AutomationException
text - The text (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void hasTags(boolean[] hasTags)
throws IOException,
AutomationException
hasTags - The hasTags (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void next()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||