|
moveToNext()Moves the current position to the next instance of a number. Related Object: Steps.moveToNext(scope)Moves the current position in a text file to the next instance of scope. scope Number (from 0-3) that represents: 0 - Lines: current position is set to the next line. 1 - Delimiters: current position is set to the next delimiter (as defined in the Input Data settings). 2 - Next line with content: current position is set to the next line that contains any text. 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 |
|