com.esri.arcgis.display
Interface ITextParser

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITextParserProxy, SimpleTextParser

public interface ITextParser
extends java.io.Serializable

COM Interface 'ITextParser'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that parse text strings.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID55d9f654_5cde_4842_8e47_70518079fe1a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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(java.lang.String text)
          Text to parse.
 void setTextSymbolByRef(ITextSymbol textSym)
          The text symbol.
 

Field Detail

IID55d9f654_5cde_4842_8e47_70518079fe1a

static final int IID55d9f654_5cde_4842_8e47_70518079fe1a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTextSymbol

ITextSymbol getTextSymbol()
                          throws java.io.IOException,
                                 AutomationException
The text symbol.

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

setTextSymbolByRef

void setTextSymbolByRef(ITextSymbol textSym)
                        throws java.io.IOException,
                               AutomationException
The text symbol.

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

getText

java.lang.String getText()
                         throws java.io.IOException,
                                AutomationException
Text to parse.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setText

void setText(java.lang.String text)
             throws java.io.IOException,
                    AutomationException
Text to parse.

Parameters:
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasTags

void hasTags(boolean[] hasTags)
             throws java.io.IOException,
                    AutomationException
Returns true if the text contains tags and false if it does not.

Parameters:
hasTags - The hasTags (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

void next()
          throws java.io.IOException,
                 AutomationException
Parses the next tag and string and sets the TextSymbol accordingly.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the text string tag sequence to the beginning.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.