|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
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 |
---|
commenthaligntype gethalignment()
void sethalignment(commenthaligntype value)
commentvaligntype getvalignment()
void setvalignment(commentvaligntype value)
textrotationtype gettextrotation()
void settextrotation(textrotationtype value)
boolean istextlocked()
void istextlocked(boolean value)
irichtextstring getrichtext()
java.lang.string gettext()
void settext(java.lang.string text)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |