BBjFormParagraph::setHorizontalAlignment
Description
In BBj 4.0 and higher, this method sets the horizontal alignment of text in the paragraph from the constants provided.
Syntax
Return Value |
Method |
---|---|
void |
setHorizontalAlignment(int alignment) |
Parameters
Variable |
Description |
|
---|---|---|
alignment |
Specifies the alignment of the paragraph's text as provided by the constants. |
|
|
BBjFormParagraph::CENTER_JUSTIFIED |
Center each line of the paragraph. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.