2019.1

Table Of Contents
steps.moveToNext(2);
XML
scope
Number that may be set to:
l 0 or steps.MOVENODE: the current position is set to the next parent node in the XML
hierarchy.
l 1 or steps.MOVESIBLING: the current position is set to the next sibling node in the
XML hierarchy.
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 (in millimeters) of the text to find.
right
Double that represents the right edge (in millimeters) of the text to find.
moveToNext()
Moves the current position in a CSV file to the next row, relative to the current position.
Functions
copyFile()
Function that copies a file to the target file path, replacing it if it already exists.
copyFile(source, target)
source
String that specifies the source file path and name.
target
String that specifies the target file path and name.
Page 420