|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.shapes.XlsShape
com.spire.xls.core.spreadsheet.shapes.XlsRadioButtonShape
public class XlsRadioButtonShape
| Constructor Summary | |
|---|---|
XlsRadioButtonShape(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
CheckState |
getCheckState()
Indicates whether option button is checked. |
boolean |
getDisplay3DShading()
Gets or sets value indicating whether 3D shadow is present. |
CommentHAlignType |
getHAlignment()
Horizontal alignment of the text. |
IXLSRange |
getLinkedCell()
Indicates the cell in which the option button points to |
ExcelShapeType |
getShapeType()
Type of shape , Read Only. |
java.lang.String |
getText()
|
TextRotationType |
getTextRotation()
Text rotation. |
CommentVAlignType |
getVAlignment()
Vertical alignment of the text. |
boolean |
isFirstButton()
Indicates whether option button is first button. |
boolean |
isTextLocked()
|
void |
isTextLocked(boolean value)
|
void |
setCheckState(CheckState value)
Indicates whether option button is checked. |
void |
setDisplay3DShading(boolean value)
Gets or sets value indicating whether 3D shadow is present. |
void |
setHAlignment(CommentHAlignType value)
Horizontal alignment of the text. |
void |
setLinkedCell(IXLSRange value)
Indicates the cell in which the option button points to |
void |
setRichText(RichTextString value)
Rich Text |
void |
setText(java.lang.String value)
|
void |
setTextRotation(TextRotationType value)
Text rotation. |
void |
setVAlignment(CommentVAlignType value)
Vertical alignment of the text. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IRadioButton |
|---|
getLine |
| Methods inherited from interface com.spire.xls.core.IShape |
|---|
getAlternativeText, getFill, getHeight, getID, getLeft, getName, getOnAction, getResizeBehave, getRotation, getShadow, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setRotation, setTop, setVisible, setWidth |
| Constructor Detail |
|---|
public XlsRadioButtonShape(java.lang.Object parent)
| Method Detail |
|---|
public java.lang.String getText()
getText in interface IRadioButtonpublic void setText(java.lang.String value)
setText in interface IRadioButtonpublic boolean isTextLocked()
isTextLocked in interface IRadioButtonpublic void isTextLocked(boolean value)
isTextLocked in interface IRadioButtonpublic IXLSRange getLinkedCell()
IRadioButton
getLinkedCell in interface IRadioButtonpublic void setLinkedCell(IXLSRange value)
IRadioButton
setLinkedCell in interface IRadioButtonpublic boolean getDisplay3DShading()
IRadioButton
getDisplay3DShading in interface IRadioButtonpublic void setDisplay3DShading(boolean value)
IRadioButton
setDisplay3DShading in interface IRadioButtonpublic boolean isFirstButton()
IRadioButton
isFirstButton in interface IRadioButtonpublic CheckState getCheckState()
IRadioButton
getCheckState in interface IRadioButtonpublic void setCheckState(CheckState value)
IRadioButton
setCheckState in interface IRadioButtonpublic ExcelShapeType getShapeType()
XlsShape
getShapeType in interface IShapegetShapeType in class XlsShapepublic CommentHAlignType getHAlignment()
public void setHAlignment(CommentHAlignType value)
public CommentVAlignType getVAlignment()
public void setVAlignment(CommentVAlignType value)
public TextRotationType getTextRotation()
public void setTextRotation(TextRotationType value)
public void setRichText(RichTextString value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||