|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Textbox Format interface.
| Inner Class Summary | |
static class |
TextboxFormat.EProperty
Textbox Format Property enumeration |
| Field Summary | |
static TextboxFormat.EProperty |
eAutoMargins
Auto margins property |
static TextboxFormat.EProperty |
eMarginBottom
Margin bottom property |
static TextboxFormat.EProperty |
eMarginLeft
Margin left property |
static TextboxFormat.EProperty |
eMarginRight
Margin right property |
static TextboxFormat.EProperty |
eMarginTop
Margin top property |
| Method Summary | |
double |
getMarginBottom()
Returns the bottom margin. |
double |
getMarginLeft()
Returns the left margin. |
double |
getMarginRight()
Returns the right margin. |
double |
getMarginTop()
Returns the top margin. |
boolean |
isAutoMargins()
Returns whether or not the margins are automatically computed. |
void |
setAutoMargins(boolean b)
Sets whether or not the margins should be automatically computed. |
void |
setMarginBottom(double value)
Sets the bottom margin. |
void |
setMarginLeft(double value)
Sets the left margin. |
void |
setMarginRight(double value)
Sets the right margin. |
void |
setMarginTop(double value)
Sets the top margin. |
| Methods inherited from interface com.f1j.util.FormatBase |
isUndefined,
isUndefined,
isUsed,
setUndefined,
undefineAll,
useAll |
| Field Detail |
public static final TextboxFormat.EProperty eAutoMargins
public static final TextboxFormat.EProperty eMarginBottom
public static final TextboxFormat.EProperty eMarginLeft
public static final TextboxFormat.EProperty eMarginRight
public static final TextboxFormat.EProperty eMarginTop
| Method Detail |
public double getMarginBottom()
public double getMarginLeft()
public double getMarginRight()
public double getMarginTop()
public boolean isAutoMargins()
public void setAutoMargins(boolean b)
b - whether or not the margins should be automatically computed.
public void setMarginBottom(double value)
throws InvalidArgumentException
value - the margin.
public void setMarginLeft(double value)
throws InvalidArgumentException
value - the margin.
public void setMarginRight(double value)
throws InvalidArgumentException
value - the margin.
public void setMarginTop(double value)
throws InvalidArgumentException
value - the margin.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||