1.5

Table Of Contents
Related Object: Steps.
Example
currentPageHeight()
Returns the height of the current page in millimeters.
Related Object: Steps.
Example
currentPosition()
Returns the current position of the pointer in the data. Depending on the type of data being
processed, the return value may be a string (e.g. XPath value in XML), an integer (e.g. line
numbers in text ot tabular data), or a measure in millimeters(e.g. PDF data).
Related Object: Steps.
Example
extract()
Extracts the text value from a rectangular region. All coordinates are expressed as characters.
The extract method always returns a String data type.
Related Object: Data.
extract(left, right, verticalOffset, regionHeight, separator)
Extracts a value from a position in a text file.
left
Number that represents the distance from the left edge of the page to the left edge of the
rectangular region.
right
Number that represents the distance from the left edge of the page to the right edge of the
rectangular region.
verticalOffset
Page 238