com.moyosoft.connector.ms.excel.ui
Class GroupBox

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.ExcelComponent
        |
        +--com.moyosoft.connector.ms.excel.ExcelTextComponent
              |
              +--com.moyosoft.connector.ms.excel.ui.GroupBox

public class GroupBox
extends ExcelTextComponent


Constructor Summary
GroupBox(Dispatch dispatch)
           
 
Method Summary
 java.lang.String getAccelerator()
           
 java.lang.String getPhoneticAccelerator()
           
 java.lang.String getText()
           
 boolean isDisplay3DShading()
           
 boolean isLockedText()
           
 void setAccelerator(java.lang.String value)
           
 void setDisplay3DShading(boolean value)
           
 void setLockedText(boolean value)
           
 void setPhoneticAccelerator(java.lang.String value)
           
 void setText(java.lang.String value)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelTextComponent
checkSpelling, checkSpelling, checkSpelling, checkSpelling, getAutoScaleFont, getCaption, getCharacters, getCharacters, getCharacters, getFont, getFormula, getHorizontalAlignment, getOrientation, getOrientationValue, getReadingOrder, getVerticalAlignment, isAddIndent, isAutoSize, setAddIndent, setAutoScaleFont, setAutoSize, setCaption, setFormula, setHorizontalAlignment, setOrientation, setOrientationValue, setReadingOrder, setVerticalAlignment
 
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

GroupBox

public GroupBox(Dispatch dispatch)
Method Detail

isLockedText

public boolean isLockedText()
Overrides:
isLockedText in class ExcelTextComponent

setLockedText

public void setLockedText(boolean value)
Overrides:
setLockedText in class ExcelTextComponent

getText

public java.lang.String getText()
Overrides:
getText in class ExcelTextComponent

setText

public void setText(java.lang.String value)
Overrides:
setText in class ExcelTextComponent

getAccelerator

public java.lang.String getAccelerator()

setAccelerator

public void setAccelerator(java.lang.String value)

isDisplay3DShading

public boolean isDisplay3DShading()

setDisplay3DShading

public void setDisplay3DShading(boolean value)

getPhoneticAccelerator

public java.lang.String getPhoneticAccelerator()

setPhoneticAccelerator

public void setPhoneticAccelerator(java.lang.String value)