|
|||||||||
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()
|
|
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, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getshadow, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, setrotation, settop, setvisible, setwidth |
constructor detail |
---|
public xlsrectangleshape(java.lang.object parent)
method detail |
---|
public excelshapetype getshapetype()
xlsshape
getshapetype
in interface ishape
getshapetype
in class xlsprstgeomshape
public getrectshapetype()
getrectshapetype
in interface irectangleshape
public java.lang.string gettext()
iprstgeomshape
gettext
in interface iprstgeomshape
gettext
in interface itextbox
gettext
in class xlsprstgeomshape
public void settext(java.lang.string value)
iprstgeomshape
settext
in interface iprstgeomshape
settext
in interface itextbox
settext
in class xlsprstgeomshape
public boolean istextlocked()
itextbox
istextlocked
in interface itextbox
public void istextlocked(boolean value)
itextbox
istextlocked
in interface itextbox
public textrotationtype gettextrotation()
itextbox
gettextrotation
in interface itextbox
public void settextrotation(textrotationtype value)
itextbox
settextrotation
in interface itextbox
public irichtextstring getrichtext()
itextbox
getrichtext
in interface itextbox
public commenthaligntype gethalignment()
itextbox
gethalignment
in interface itextbox
public void sethalignment(commenthaligntype value)
itextbox
sethalignment
in interface itextbox
public commentvaligntype getvalignment()
itextbox
getvalignment
in interface itextbox
public void setvalignment(commentvaligntype value)
itextbox
setvalignment
in interface itextbox
public ihyperlink gethylink()
gethylink
in interface irectangleshape
public prstgeomshapetype getprstshapetype()
getprstshapetype
in interface iprstgeomshape
getprstshapetype
in class xlsprstgeomshape
public ishape deepclone(java.lang.object parent, java.util.hashmap hashnewnames, java.util.hashmap dicfontindexes, boolean addtocollections)
deepclone
in class xlsprstgeomshape
parent
- 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 |