com.esri.arcgis.display
Interface ISimpleTextSymbol

All Superinterfaces:
ITextSymbol, java.io.Serializable
All Known Implementing Classes:
ISimpleTextSymbolProxy, TextMarkerSymbol, TextSymbol

public interface ISimpleTextSymbol
extends ITextSymbol, java.io.Serializable

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

Description: 'Provides access to members that control the simple text symbol.' 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 IIDa80b5e8c_7f9c_11d0_9410_080009eebecb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.ITextSymbol
IIDa80b5e91_7f9c_11d0_9410_080009eebecb
 
Method Summary
 int getBreakCharacter()
          Character to be interpreted as text line end.
 ITextPath getTextPath()
          Path of text baseline.
 double getXOffset()
          Text offset along X-axis.
 double getYOffset()
          Text offset along Y-axis.
 boolean isClip()
          Indicates if the text will be clipped per geometry.
 void setBreakCharacter(int charIndex)
          Character to be interpreted as text line end.
 void setClip(boolean clip)
          Indicates if the text will be clipped per geometry.
 void setTextPathByRef(ITextPath textPath)
          Path of text baseline.
 void setXOffset(double xOffset)
          Text offset along X-axis.
 void setYOffset(double yOffset)
          Text offset along Y-axis.
 
Methods inherited from interface com.esri.arcgis.display.ITextSymbol
getAngle, getColor, getFont, getHorizontalAlignment, getSize, getText, getTextSize, getVerticalAlignment, isRightToLeft, setAngle, setColor, setFont, setHorizontalAlignment, setRightToLeft, setSize, setText, setVerticalAlignment
 

Field Detail

IIDa80b5e8c_7f9c_11d0_9410_080009eebecb

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

getBreakCharacter

int getBreakCharacter()
                      throws java.io.IOException,
                             AutomationException
Character to be interpreted as text line end.

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

setBreakCharacter

void setBreakCharacter(int charIndex)
                       throws java.io.IOException,
                              AutomationException
Character to be interpreted as text line end.

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

isClip

boolean isClip()
               throws java.io.IOException,
                      AutomationException
Indicates if the text will be clipped per geometry.

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

setClip

void setClip(boolean clip)
             throws java.io.IOException,
                    AutomationException
Indicates if the text will be clipped per geometry.

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

getTextPath

ITextPath getTextPath()
                      throws java.io.IOException,
                             AutomationException
Path of text baseline.

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

setTextPathByRef

void setTextPathByRef(ITextPath textPath)
                      throws java.io.IOException,
                             AutomationException
Path of text baseline.

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

getXOffset

double getXOffset()
                  throws java.io.IOException,
                         AutomationException
Text offset along X-axis.

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

setXOffset

void setXOffset(double xOffset)
                throws java.io.IOException,
                       AutomationException
Text offset along X-axis.

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

getYOffset

double getYOffset()
                  throws java.io.IOException,
                         AutomationException
Text offset along Y-axis.

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

setYOffset

void setYOffset(double yOffset)
                throws java.io.IOException,
                       AutomationException
Text offset along Y-axis.

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