connect()
|
Method that returns a new database connection object. |
db
|
Boundaries settings
|
Proprocessor, Extract, Condition, Repeat, Action, and Postprocessor steps |
|
all
|
createRegion()
|
Read-only object containing the physical coordinates of the region. |
region
|
Boundaries
|
all
|
currentPosition()
|
Returns the current position of the pointer in the data.
|
steps
|
Extract, Condition, Repeat, and Action steps
|
all
|
currentLoopCounter()
|
Returns an integer value representing the current iteration of the containing loop.
|
steps |
Extract, Condition, Repeat, and Action steps
|
all
|
currentPage()
|
Returns an integer value representing the current page where the current position is located, inside the current record.
|
steps |
Extract, Condition, Repeat, and Action steps
|
Text and PDF
|
currentPageHeight()
|
Returns the height of the current page in millimeters.
|
steps |
Extract, Condition, Repeat, and Action steps
|
PDF
|
currentPageWidth()
|
Returns the height of the current page in millimeters.
|
steps |
Extract, Condition, Repeat, and Action steps
|
PDF
|
extract()
|
Extracts the text value from a rectangular region. |
data
|
Extract, Condition, Repeat, and Action steps
|
all
|
extractMeta()
|
Method that extracts the value of a metadata field. |
data
|
Extract, Condition, Repeat, and Action steps
|
all
|
fieldExists()
|
Method that returns True if metadata field exists. |
data
|
Boundaries
|
Preprocessor, Extract, Condition, Repeat, Action and Postprocessor steps
|
|
all
|
find()
|
Finds the first occurrence of a string starting from the current position. |
data and boundaries
|
Boundaries
|
Extract, Condition, Repeat, and Action steps |
|
all
|
found()
|
Method that returns a Boolean value indicating whether the last call to find() was successful. |
region
|
Boundaries
|
all
|
get()
|
Retrieves an array of strings. |
automation and boundaries
|
Boundaries
|
all
|
getVariable()
|
Method that retrieves the value currently stored in a variable. |
automation and boundaries
|
Boundaries
|
all
|
moveLines()
|
Scope constant that can be used as a parameter to moveTo() and moveToNext() methods.
|
steps |
Extract, Condition, Repeat, and Action steps
|
Text
|
moveDelimiters()
|
Scope constant that can be used as a parameter to moveTo() and moveToNext() methods.
|
steps |
Extract, Condition, Repeat, and Action steps
|
Text
|
moveMeasure()
|
Scope constant that can be used as a parameter to moveTo() and moveToNext() methods.
|
steps |
Extract, Condition, Repeat, and Action steps
|
PDF
|
moveNode()
|
Scope constant that can be used as a parameter to moveTo() and moveToNext() methods.
|
steps |
Extract, Condition, Repeat, and Action steps
|
XML
|
movePage()
|
Scope constant that can be used as a parameter to moveTo() and moveToNext() methods.
|
steps |
Extract, Condition, Repeat, and Action steps
|
PDF
|
moveSibling()
|
Scope constant that can be used as a parameter to moveTo() and moveToNext() methods.
|
steps |
Extract, Condition, Repeat and Multiple Conditions Steps
|
XML
|
moveTo()
|
Moves the current position to a number. |
steps
|
Extract, Condition, Repeat and Action steps
|
all
|
moveToNext()
|
Moves the current position to the next instance of a number. |
steps
|
Extract, Condition, Repeat and Action steps
|
all
|
range()
|
Read-only object containing the physical coordinates of the region. |
region
|
Boundaries
|
all
|
set()
|
Sets a new DataMapper record . |
automation and boundaries
|
Boundaries
|
all
|
setVariable()
|
Method that sets a variable to the specified value, automatically creating the variable if it doesn't exist yet. |
automation and boundaries
|
Boundaries
|
all
|
totalPages()
|
Returns an integer value representing the total number of pages inside the current record.
|
steps
|
Extract, Condition, Repeat, and Action steps
|
Text and PDF
|