BBjFormParagraph::setFont
Description
In BBj 4.0 and higher, this method sets the default font of text for the form element.
Syntax
Return Value |
Method |
---|---|
void |
setFont(Font font) |
Parameters
Variable |
Description |
---|---|
font |
Specifies the default font of text for the form element. |
Return Value
None.
Remarks
The font set becomes the font of text for any subsequent calls to the setText taking a String. In addition, it sets the font attribute of the current AttributedString.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.