public interface Textbox
Modifier and Type | Field and Description |
---|---|
static short |
OBJECT_TYPE_TEXT |
Modifier and Type | Method and Description |
---|---|
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) |
static final short OBJECT_TYPE_TEXT
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)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.