1.5

Table Of Contents
Examples
Methods
connect()
Method that returns a new database connection object
Related Object: db.
connect(url, user, password)
Returns a new database connection object after connecting to the url and authenticating the
connection with the provided user and password information.
url
String that represents the url to connect to.
user
String that represents the user name for the authentication.
password
String that represents the password for the authentication.
Examples
createRegion()
Read-only object containing the physical coordinates of the region.
Related Object: Region.
createRegion(x1, y1, x2, y2)
Creates a region from the data, using the specified x1 (left), y1 (top), x2 (width), y2 (height)
parameters, expressed in characters for a Text file or in millimeters for a PDF file.
x1
Double that represents the left edge of the region.
y1
Double that represents the top edge of the region.
Page 236