itextbox-ag凯发旗舰厅



com.spire.xls.core
interface itextbox

all known subinterfaces:
iarcshape, ibuttonshape, icomment, icommentshape, irectangleshape, itextboxlinkshape, itextboxshape
all known implementing classes:
excelcomment, excelcommentobject, xlsarcshape, xlscomment, xlsrectangleshape, xlstextboxshape

public interface itextbox

method summary
 commenthaligntype gethalignment()
          horizontal alignment of the text.
 irichtextstring getrichtext()
          text of the comment.
 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.
 void sethalignment(commenthaligntype value)
          horizontal alignment of the text.
 void settext(java.lang.string text)
          sets text of the comment.
 void settextrotation(textrotationtype value)
          text rotation.
 void setvalignment(commentvaligntype value)
          vertical alignment of the text.
 
method detail

gethalignment

commenthaligntype gethalignment()
horizontal alignment of the text.

sethalignment

void sethalignment(commenthaligntype value)
horizontal alignment of the text.

getvalignment

commentvaligntype getvalignment()
vertical alignment of the text.

setvalignment

void setvalignment(commentvaligntype value)
vertical alignment of the text.

gettextrotation

textrotationtype gettextrotation()
text rotation.

settextrotation

void settextrotation(textrotationtype value)
text rotation.

istextlocked

boolean istextlocked()
indicates whether comment text is locked.

istextlocked

void istextlocked(boolean value)
indicates whether comment text is locked.

getrichtext

irichtextstring getrichtext()
text of the comment. read-only.

gettext

java.lang.string gettext()
sets text of the comment.

settext

void settext(java.lang.string text)
sets text of the comment.


网站地图