|
|||||||||
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 |