com.moyosoft.connector.ms.excel
Class ExcelTextComponent

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.ExcelComponent
        |
        +--com.moyosoft.connector.ms.excel.ExcelTextComponent
Direct Known Subclasses:
Arc, Button, CheckBox, Drawing, EditBox, GroupBox, GroupObject, Label, OptionButton, Oval, TextBox

public abstract class ExcelTextComponent
extends ExcelComponent


Constructor Summary
ExcelTextComponent(Dispatch dispatch)
           
 
Method Summary
 void checkSpelling()
           
 void checkSpelling(java.lang.String customDictionary)
           
 void checkSpelling(java.lang.String customDictionary, boolean ignoreUppercase)
           
 void checkSpelling(java.lang.String customDictionary, boolean ignoreUppercase, boolean alwaysSuggest)
           
 boolean getAutoScaleFont()
           
 java.lang.String getCaption()
           
 Characters getCharacters()
           
 Characters getCharacters(int start)
           
 Characters getCharacters(int start, int length)
           
 Font getFont()
           
 java.lang.String getFormula()
           
 HAlign getHorizontalAlignment()
           
 Orientation getOrientation()
           
 int getOrientationValue()
           
 int getReadingOrder()
           
 java.lang.String getText()
           
 VAlign getVerticalAlignment()
           
 boolean isAddIndent()
           
 boolean isAutoSize()
           
 boolean isLockedText()
           
 void setAddIndent(boolean value)
           
 void setAutoScaleFont(boolean value)
           
 void setAutoSize(boolean value)
           
 void setCaption(java.lang.String value)
           
 void setFormula(java.lang.String value)
           
 void setHorizontalAlignment(HAlign value)
           
 void setLockedText(boolean value)
           
 void setOrientation(Orientation value)
           
 void setOrientationValue(int orientationInDegrees)
           
 void setReadingOrder(int value)
           
 void setText(java.lang.String value)
           
 void setVerticalAlignment(VAlign value)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelComponent
bringToFront, copy, copyPicture, copyPicture, copyPicture, cut, delete, getBottomRightCell, getDispatch, getHeight, getIndex, getLeft, getName, getOnAction, getPlacement, getTop, getTopLeftCell, getWidth, getZOrder, isEnabled, isLocked, isPrintObject, isVisible, select, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setOnAction, setPlacement, setPrintObject, setTop, setVisible, setWidth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelTextComponent

public ExcelTextComponent(Dispatch dispatch)
Method Detail

isAddIndent

public boolean isAddIndent()

setAddIndent

public void setAddIndent(boolean value)

getAutoScaleFont

public boolean getAutoScaleFont()

setAutoScaleFont

public void setAutoScaleFont(boolean value)

isAutoSize

public boolean isAutoSize()

setAutoSize

public void setAutoSize(boolean value)

getCaption

public java.lang.String getCaption()

setCaption

public void setCaption(java.lang.String value)

getCharacters

public Characters getCharacters()

getCharacters

public Characters getCharacters(int start)

getCharacters

public Characters getCharacters(int start,
                                int length)

checkSpelling

public void checkSpelling()

checkSpelling

public void checkSpelling(java.lang.String customDictionary)

checkSpelling

public void checkSpelling(java.lang.String customDictionary,
                          boolean ignoreUppercase)

checkSpelling

public void checkSpelling(java.lang.String customDictionary,
                          boolean ignoreUppercase,
                          boolean alwaysSuggest)

getFont

public Font getFont()

getFormula

public java.lang.String getFormula()

setFormula

public void setFormula(java.lang.String value)

getHorizontalAlignment

public HAlign getHorizontalAlignment()

setHorizontalAlignment

public void setHorizontalAlignment(HAlign value)

isLockedText

public boolean isLockedText()

setLockedText

public void setLockedText(boolean value)

getOrientation

public Orientation getOrientation()

setOrientation

public void setOrientation(Orientation value)

getOrientationValue

public int getOrientationValue()

setOrientationValue

public void setOrientationValue(int orientationInDegrees)

getText

public java.lang.String getText()

setText

public void setText(java.lang.String value)

getVerticalAlignment

public VAlign getVerticalAlignment()

setVerticalAlignment

public void setVerticalAlignment(VAlign value)

getReadingOrder

public int getReadingOrder()

setReadingOrder

public void setReadingOrder(int value)