com.esri.arcgis.carto
Interface ITextElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITextElementProxy, ParagraphTextElement, PMFTitleTextElement, TextElement

public interface ITextElement
extends java.io.Serializable

COM Interface 'ITextElement'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the Text element.' 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 IID204034d2_f6ea_11d0_83ad_080009b996cc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITextSymbol getSymbol()
          Text symbol this element uses to draw itself.
 java.lang.String getText()
          Text being displayed by this element.
 boolean isScaleText()
          Indicates if the text scales with the map.
 void setScaleText(boolean scale)
          Indicates if the text scales with the map.
 void setSymbol(ITextSymbol symbol)
          Text symbol this element uses to draw itself.
 void setText(java.lang.String text)
          Text being displayed by this element.
 

Field Detail

IID204034d2_f6ea_11d0_83ad_080009b996cc

static final int IID204034d2_f6ea_11d0_83ad_080009b996cc
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

getSymbol

ITextSymbol getSymbol()
                      throws java.io.IOException,
                             AutomationException
Text symbol this element uses to draw itself.

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.

setSymbol

void setSymbol(ITextSymbol symbol)
               throws java.io.IOException,
                      AutomationException
Text symbol this element uses to draw itself.

Parameters:
symbol - 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 being displayed by this element.

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 being displayed by this element.

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

isScaleText

boolean isScaleText()
                    throws java.io.IOException,
                           AutomationException
Indicates if the text scales with the map.

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

setScaleText

void setScaleText(boolean scale)
                  throws java.io.IOException,
                         AutomationException
Indicates if the text scales with the map.

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