1.5

Table Of Contents
moveToNext(left, right)
Moves the current position in a PDF file to the next line that contains any text, the search for text
being contained within the left and right parameters, expressed in millimeters.
left
Double that represents the left edge of the text to find.
right
Double that represents the right edge of the text to find.
moveToNext(scope)
Moves the current position in a XML file to the next node in the XML hierarchy, based on the
specified scope.
scope
Number that may be set to steps.MOVENODE (0) or steps.MOVESIBLING (1).
moveToNext()
Moves the current position in a CSV file to the next row, relative to the current position.
Example
range()
Read-only object containing the physical coordinates of the region.
Related Object: Region.
range()
For a Text file, the range() method contains the physical coordinates of the region: x1 (left), y1
(top), x2 (width), y2 (height), expressed in characters.
For a PDF file, the range() method contains the physical coordinates of the region: x1 (left), y1
(top), x2 (width), y2 (height), expressed in millimeters.
For a CSV file, the range() method contains the name of the column that defines the region.
Page 251