|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.excelcommentobject
public class excelcommentobject
constructor summary | |
---|---|
excelcommentobject(icommentshape commentshape)
|
method summary | |
---|---|
java.lang.string |
getalternativetext()
alternative text. |
java.lang.string |
getauthor()
gets the author of the comment. |
boolean |
getautosize()
indicates whether the size of the specified object is changed automatically to fit text within its boundaries. |
int |
getcolumn()
gets column of the commented range. |
ishapefill |
getfill()
|
commenthaligntype |
gethalignment()
horizontal alignment of the text. |
int |
getheight()
gets height of comment. |
int |
getid()
returns the type for the specified object. |
int |
getleft()
gets position of left |
ishapelineformat |
getline()
|
java.lang.string |
getname()
gets name of object. |
java.lang.string |
getonaction()
|
java.lang.object |
getparent()
|
resizebehavetype |
getresizebehave()
specifies all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted. |
irichtextstring |
getrichtext()
gets comment rich text. |
int |
getrotation()
returns the rotation of the shape, in degrees. |
int |
getrow()
gets row of the commented range. |
ishadow |
getshadow()
|
excelshapetype |
getshapetype()
gets shape type of object. |
java.lang.string |
gettext()
gets comment text |
textrotationtype |
gettextrotation()
text rotation. |
iformat3d |
getthreed()
|
int |
gettop()
gets top of object. |
commentvaligntype |
getvalignment()
vertical alignment of the text. |
boolean |
getvisible()
determines whether the object is visible. |
int |
getwidth()
gets width of object. |
boolean |
islockaspectratio()
true means that don't allow changes in aspect ratio. |
void |
islockaspectratio(boolean value)
true means that don't allow changes in aspect ratio. |
boolean |
islocked()
true if the object is locked, false if the object can be modified when the sheet is protected. |
void |
islocked(boolean value)
true if the object is locked, false if the object can be modified when the sheet is protected. |
boolean |
isprintable()
true if the object is printable |
void |
isprintable(boolean value)
true if the object is printable |
boolean |
istextlocked()
indicates whether comment text is locked. |
void |
istextlocked(boolean value)
indicates whether comment text is locked. |
boolean |
isvisible()
indicates whether the comment is visible. |
void |
isvisible(boolean value)
indicates whether the comment is visible. |
void |
remove()
removes comment. |
void |
scale(int scalewidth,
int scaleheight)
scales all comments. |
void |
setalternativetext(java.lang.string value)
sets alternative text. |
void |
setautosize(boolean value)
sets whether the size of the specified object is changed automatically to fit text within its boundaries. |
void |
setcommentlocation(boolean ismovewithcell,
boolean issizewithcell)
|
void |
sethalignment(commenthaligntype value)
horizontal alignment of the text. |
void |
setheight(int value)
sets height of comment. |
void |
setleft(int value)
sets position of left |
void |
setname(java.lang.string value)
sets name of object. |
void |
setonaction(java.lang.string value)
|
void |
setresizebehave(resizebehavetype value)
sets all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted. |
void |
setrotation(int value)
sets the rotation of the shape, in degrees. |
void |
setshapetype(excelshapetype value)
sets shape type of object. |
void |
settext(java.lang.string value)
sets comment text |
void |
settextrotation(textrotationtype value)
text rotation. |
void |
settop(int value)
sets top of object. |
void |
setvalignment(commentvaligntype value)
vertical alignment of the text. |
void |
setvisible(boolean value)
determines whether the object is visible. |
void |
setwidth(int value)
sets width of object. |
methods inherited from interface com.spire.xls.core.ishape |
---|
gethtmlstring, sethtmlstring |
constructor detail |
---|
public excelcommentobject(icommentshape commentshape)
method detail |
---|
public void setcommentlocation(boolean ismovewithcell, boolean issizewithcell)
public java.lang.string getauthor()
getauthor
in interface icomment
public boolean isvisible()
isvisible
in interface icomment
public void isvisible(boolean value)
public int getrow()
getrow
in interface icomment
public int getcolumn()
getcolumn
in interface icomment
public irichtextstring getrichtext()
getrichtext
in interface itextbox
public ishapelineformat getline()
getline
in interface itextboxshape
public ishapefill getfill()
getfill
in interface ishape
public java.lang.string gettext()
gettext
in interface itextbox
public void settext(java.lang.string value)
settext
in interface itextbox
public boolean getautosize()
getautosize
in interface icomment
public void setautosize(boolean value)
public resizebehavetype getresizebehave()
getresizebehave
in interface ishape
public void setresizebehave(resizebehavetype value)
setresizebehave
in interface ishape
public boolean getvisible()
ishape
getvisible
in interface ishape
public void setvisible(boolean value)
ishape
setvisible
in interface ishape
public int getheight()
getheight
in interface ishape
public void setheight(int value)
setheight
in interface ishape
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 textrotationtype gettextrotation()
itextbox
gettextrotation
in interface itextbox
public void settextrotation(textrotationtype value)
itextbox
settextrotation
in interface itextbox
public int getid()
ishape
getid
in interface ishape
public int getleft()
getleft
in interface ishape
public void setleft(int value)
public java.lang.string getname()
getname
in interface ishape
public void setname(java.lang.string value)
setname
in interface ishape
public int gettop()
gettop
in interface ishape
public void settop(int value)
settop
in interface ishape
public int getwidth()
getwidth
in interface ishape
public void setwidth(int value)
setwidth
in interface ishape
public excelshapetype getshapetype()
getshapetype
in interface ishape
public void setshapetype(excelshapetype value)
value
- public boolean islocked()
ishape
islocked
in interface ishape
public void islocked(boolean value)
ishape
islocked
in interface ishape
public boolean isprintable()
ishape
isprintable
in interface ishape
public void isprintable(boolean value)
ishape
isprintable
in interface ishape
public java.lang.string getalternativetext()
getalternativetext
in interface ishape
public void setalternativetext(java.lang.string value)
public java.lang.object getparent()
public boolean istextlocked()
itextbox
istextlocked
in interface itextbox
public void istextlocked(boolean value)
itextbox
istextlocked
in interface itextbox
public java.lang.string getonaction()
getonaction
in interface ishape
public void setonaction(java.lang.string value)
setonaction
in interface ishape
public boolean islockaspectratio()
ishape
islockaspectratio
in interface ishape
public void islockaspectratio(boolean value)
ishape
islockaspectratio
in interface ishape
public ishadow getshadow()
getshadow
in interface ishape
public iformat3d getthreed()
getthreed
in interface ishape
public int getrotation()
getrotation
in interface ishape
public void setrotation(int value)
setrotation
in interface ishape
public void remove()
remove
in interface ishape
public void scale(int scalewidth, int scaleheight)
scale
in interface ishape
scalewidth
- width scale in percents.scaleheight
- height scale in percents.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |