|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Textbox
Field Summary | |
---|---|
static short |
OBJECT_TYPE_TEXT
|
Method Summary | |
---|---|
int |
getMarginBottom()
Gets the bottom margin within the textbox. |
int |
getMarginLeft()
|
int |
getMarginRight()
|
int |
getMarginTop()
|
RichTextString |
getString()
|
void |
setMarginBottom(int marginBottom)
Sets the bottom margin within the textbox. |
void |
setMarginLeft(int marginLeft)
Sets the left margin within the textbox. |
void |
setMarginRight(int marginRight)
Sets the right margin within the textbox. |
void |
setMarginTop(int marginTop)
Sets the top margin within the textbox. |
void |
setString(RichTextString string)
|
Field Detail |
---|
static final short OBJECT_TYPE_TEXT
Method Detail |
---|
RichTextString getString()
void setString(RichTextString string)
string
- Sets the rich text string used by this object.int getMarginLeft()
void setMarginLeft(int marginLeft)
int getMarginRight()
void setMarginRight(int marginRight)
int getMarginTop()
void setMarginTop(int marginTop)
int getMarginBottom()
void setMarginBottom(int marginBottom)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |