|
|||||||||
| 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.XlsPrstGeomShape
com.spire.xls.core.spreadsheet.shapes.XlsRectangleShape
public class XlsRectangleShape
| Constructor Summary | |
|---|---|
XlsRectangleShape(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
IShape |
deepClone(java.lang.Object parent,
java.util.HashMap hashNewNames,
java.util.HashMap dicFontIndexes,
boolean addToCollections)
Creates a clone of the current shape. |
CommentHAlignType |
getHAlignment()
Horizontal alignment of the text. |
IHyperLink |
getHyLink()
|
PrstGeomShapeType |
getPrstShapeType()
|
RectangleShapeType |
getRectShapeType()
|
IRichTextString |
getRichText()
Text of the comment. |
ExcelShapeType |
getShapeType()
Type of shape , Read Only. |
java.lang.String |
getText()
Text of the comment. |
TextRotationType |
getTextRotation()
Text rotation. |
CommentVAlignType |
getVAlignment()
Vertical alignment of the text. |
boolean |
isTextLocked()
Indicates whether comment text is locked. |
void |
isTextLocked(boolean value)
Indicates whether comment text is locked. |
void |
setHAlignment(CommentHAlignType value)
Horizontal alignment of the text. |
void |
setText(java.lang.String value)
Text of the comment. |
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.IRectangleShape |
|---|
getLine, getRotation |
| Methods inherited from interface com.spire.xls.core.IShape |
|---|
getAlternativeText, getFill, getHeight, getID, getLeft, getName, getOnAction, getResizeBehave, getShadow, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setRotation, setTop, setVisible, setWidth |
| Constructor Detail |
|---|
public XlsRectangleShape(java.lang.Object parent)
| Method Detail |
|---|
public ExcelShapeType getShapeType()
XlsShape
getShapeType in interface IShapegetShapeType in class XlsPrstGeomShapepublic RectangleShapeType getRectShapeType()
getRectShapeType in interface IRectangleShapepublic java.lang.String getText()
IPrstGeomShape
getText in interface IPrstGeomShapegetText in interface ITextBoxgetText in class XlsPrstGeomShapepublic void setText(java.lang.String value)
IPrstGeomShape
setText in interface IPrstGeomShapesetText in interface ITextBoxsetText in class XlsPrstGeomShapepublic boolean isTextLocked()
ITextBox
isTextLocked in interface ITextBoxpublic void isTextLocked(boolean value)
ITextBox
isTextLocked in interface ITextBoxpublic TextRotationType getTextRotation()
ITextBox
getTextRotation in interface ITextBoxpublic void setTextRotation(TextRotationType value)
ITextBox
setTextRotation in interface ITextBoxpublic IRichTextString getRichText()
ITextBox
getRichText in interface ITextBoxpublic CommentHAlignType getHAlignment()
ITextBox
getHAlignment in interface ITextBoxpublic void setHAlignment(CommentHAlignType value)
ITextBox
setHAlignment in interface ITextBoxpublic CommentVAlignType getVAlignment()
ITextBox
getVAlignment in interface ITextBoxpublic void setVAlignment(CommentVAlignType value)
ITextBox
setVAlignment in interface ITextBoxpublic IHyperLink getHyLink()
getHyLink in interface IRectangleShapepublic PrstGeomShapeType getPrstShapeType()
getPrstShapeType in interface IPrstGeomShapegetPrstShapeType in class XlsPrstGeomShape
public IShape deepClone(java.lang.Object parent,
java.util.HashMap hashNewNames,
java.util.HashMap dicFontIndexes,
boolean addToCollections)
deepClone in class XlsPrstGeomShapeparent - New parent for the shape object.hashNewNames - Hashtable with new worksheet names.dicFontIndexes - Dictionary with new font indexes.addToCollections - Indicates whether we should add created shape into all necessary parent collections.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||