Modifier and Type | Field and Description |
---|---|
static short |
OBJECT_TYPE_TEXT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 2018 The Apache Software Foundation or its licensors, as applicable.