
BBjFormFittedField
Description
In BBj 4.0 and higher, the BBjFormFittedField object allows users to construct a field of monospaced text on a page.
Creation
BBjAPI > BBjPrinter > BBjForm > BBjFormPage > BBjFormFittedField
The BBjFormFittedField object is created through the following BBjFormPage object method:
Return Value |
Method |
---|---|
BBjFormFittedField |
|
BBjFormFittedField |
newFittedField(double x, double y, double width, double height) |
Methods of BBjFormFittedField
Return Value |
Method |
---|---|
font |
getFont() |
void |
setFont(Font font) |
void |
setText(attributedString text) |
void |
setText(string text) |
void |
setTextColor(BBjColor color) |
void |
setBackgroundColor(BBjColor color) |
Methods of BBjFormFittedField inherited from BBjFormElement
Return Value |
Method |
---|---|
void |
add(BBjFormElement object) |
double |
|
point |
|
dimension |
|
double |
|
double |
|
double |
|
double |
|
double |
|
int |
|
double |
|
getPage() |
|
point |
|
double |
|
dimension |
getSize() |
double |
|
int |
|
double |
getWidth() |
double |
getX() |
double |
getY() |
int |
isChild() |
int |
|
int |
|
void |
remove(BBjFormElement object) |
void |
setBottomMargin(double margin) |
void |
setHeight(double height) |
void |
setHorizontalFill(int fill) |
void |
setHorizontalSticky(int sticky) |
void |
setLeftMargin(double margin) |
void |
setPosition(double x, double y) |
void |
setPosition(Point point) |
void |
setRelative(int relative) |
void |
setRightMargin(double margin) |
void |
setSize(double width, double height) |
void |
setSize(dimension size) |
void |
setTopMargin(double margin) |
void |
setVerticalFill(int fill) |
void |
setVerticalSticky(int sticky) |
void |
setWidth(double width) |
Remarks
This form element will equally space the characters of its text in order to horizontally fill the available width.
Example
REM Get a new paragraph |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.