|
|||||||||
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.xlscomment
public class xlscomment
constructor summary | |
---|---|
xlscomment(java.lang.object parent)
|
method summary | |
---|---|
ishape |
deepcloneinner(java.lang.object parent,
java.util.hashmap hashnewnames,
java.util.hashmap dicfontindexes,
boolean addtocollections)
creates a clone of the current shape. |
java.lang.string |
getauthor()
comment's author. |
boolean |
getautosize()
true if the size of the specified object is changed automatically to fit text within its boundaries. |
int |
getcolumn()
column of the commented cell. |
ishapefill |
getfill()
represents fill properties. |
commenthaligntype |
gethalignment()
horizontal alignment of the text. |
irichtextstring |
getrichtext()
text of the comment. |
int |
getrow()
row of the commented cell. |
excelshapetype |
getshapetype()
type of shape , read only. |
java.lang.string |
gettext()
sets 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. |
boolean |
isvisible()
indicates whether comment is visible. |
void |
remove()
removes object. |
void |
setauthor(java.lang.string value)
comment's author. |
void |
setautosize(boolean value)
true if the size of the specified object is changed automatically to fit text within its boundaries. |
void |
setcolumn(int value)
column of the commented cell. |
void |
sethalignment(commenthaligntype value)
horizontal alignment of the text. |
void |
setrow(int value)
row of the commented cell. |
void |
settext(java.lang.string value)
sets 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.itextboxshape |
---|
getline |
methods inherited from interface com.spire.xls.core.ishape |
---|
getalternativetext, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getrotation, getshadow, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, setrotation, settop, setvisible, setwidth |
constructor detail |
---|
public xlscomment(java.lang.object parent)
method detail |
---|
public excelshapetype getshapetype()
xlsshape
getshapetype
in interface ishape
getshapetype
in class xlsshape
public java.lang.string getauthor()
getauthor
in interface icomment
public void setauthor(java.lang.string value)
public boolean getautosize()
xlsshape
getautosize
in interface icomment
getautosize
in class xlsshape
public void setautosize(boolean value)
xlsshape
setautosize
in class xlsshape
public int getcolumn()
getcolumn
in interface icomment
public void setcolumn(int value)
public int getrow()
getrow
in interface icomment
public void setrow(int value)
public java.lang.string gettext()
itextbox
gettext
in interface itextbox
public void settext(java.lang.string value)
itextbox
settext
in interface itextbox
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 void remove()
xlsshape
remove
in interface ishape
remove
in class xlsshape
public commentvaligntype getvalignment()
itextbox
getvalignment
in interface itextbox
public void setvalignment(commentvaligntype value)
itextbox
setvalignment
in interface itextbox
public boolean isvisible()
isvisible
in interface icomment
public ishapefill getfill()
xlsshape
getfill
in interface ishape
getfill
in class xlsshape
public ishape deepcloneinner(java.lang.object parent, java.util.hashmap hashnewnames, java.util.hashmap dicfontindexes, boolean addtocollections)
parent
- new parent for the shape object.hashnewnames
- hashtable with new worksheet names.dicfontindexes
- dictionary with new font indexes.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |