icomment-ag凯发旗舰厅



com.spire.xls.core
interface icomment

all superinterfaces:
ishape, itextbox, itextboxshape
all known subinterfaces:
icommentshape
all known implementing classes:
excelcomment, excelcommentobject, xlscomment

public interface icomment
extends itextboxshape

method summary
 java.lang.string getauthor()
          returns or sets the author of the comment.
 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.
 int getrow()
          row of the commented cell.
 boolean isvisible()
          determines whether the object is visible.
 
methods inherited from interface com.spire.xls.core.itextboxshape
getline
 
methods inherited from interface com.spire.xls.core.itextbox
gethalignment, getrichtext, gettext, gettextrotation, getvalignment, istextlocked, istextlocked, sethalignment, settext, settextrotation, setvalignment
 
methods inherited from interface com.spire.xls.core.ishape
getalternativetext, getfill, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getrotation, getshadow, getshapetype, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, setrotation, settop, setvisible, setwidth
 
method detail

getauthor

java.lang.string getauthor()
returns or sets the author of the comment. read-only string.

isvisible

boolean isvisible()
determines whether the object is visible. read / write boolean.

getrow

int getrow()
row of the commented cell. read-only.

getcolumn

int getcolumn()
column of the commented cell. read-only.

getautosize

boolean getautosize()
true if the size of the specified object is changed automatically to fit text within its boundaries. read/write boolean.


网站地图