| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimpleTextSymbol
Provides access to members that control the simple text symbol.
IFormattedTextSymbol, 
ITextSymbol, 
ISimpleTextSymbol| 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 | 
| Method Detail | 
|---|
int getBreakCharacter()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBreakCharacter(int charIndex)
                       throws IOException,
                              AutomationException
charIndex - The charIndex  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isClip()
               throws IOException,
                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClip(boolean clip)
             throws IOException,
                    AutomationException
clip - The clip  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextPath getTextPath()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextPathByRef(ITextPath textPath)
                      throws IOException,
                             AutomationException
textPath - A reference to a com.esri.arcgis.display.ITextPath  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getXOffset()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setXOffset(double xOffset)
                throws IOException,
                       AutomationException
xOffset - The xOffset  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getYOffset()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setYOffset(double yOffset)
                throws IOException,
                       AutomationException
yOffset - The yOffset  (in)
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 | ||||||||