|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated @Removal(version="3.18") public interface Textbox
Field Summary | |
---|---|
static short |
OBJECT_TYPE_TEXT
Deprecated. |
Method Summary | |
---|---|
int |
getMarginBottom()
Deprecated. Gets the bottom margin within the textbox. |
int |
getMarginLeft()
Deprecated. |
int |
getMarginRight()
Deprecated. |
int |
getMarginTop()
Deprecated. |
RichTextString |
getString()
Deprecated. |
void |
setMarginBottom(int marginBottom)
Deprecated. Sets the bottom margin within the textbox. |
void |
setMarginLeft(int marginLeft)
Deprecated. Sets the left margin within the textbox. |
void |
setMarginRight(int marginRight)
Deprecated. Sets the right margin within the textbox. |
void |
setMarginTop(int marginTop)
Deprecated. Sets the top margin within the textbox. |
void |
setString(RichTextString string)
Deprecated. |
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 |