BBjFormElement::setPosition
Description
In BBj 4.0 and higher, this method sets the position of the form element on the page.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
setPosition(Point position) |
|
void |
setPosition(double x, double y) |
Parameters
|
Variable |
Description |
|---|---|
|
position |
Specifies the position of the form element on the page in points. |
|
x |
Horizontal position of the upper-left corner of the element. |
|
y |
Vertical position of the upper-left corner of the element. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.