2019.2

Table Of Contents
l
Record Property: One of the local variables that you can create and that are reset
for each document as opposed to data variables that are global because they are
initialized only once at the beginning of each job.
l
Automation Property: The current value of a Document-level property set in the
Preprocessor step (see "Preprocessor step" on page274).
l
Extractor Property: The value of an internal extractor variable:
l
Counter: The value of the current counter iteration in a Repeat step.
l
Vertical Position: The current vertical position on the page, either in Measure
(PDF) or Line (Text and CSV).
l
Operators:
l
is equal to: The two specified values are identical for the condition to be True.
l
contains: The first specified value contains the second one for the condition to be
True.
l
is less than: The first specified value is smaller, numerically, than the second value
for the condition to be True.
l
is greater than: The first specified value is larger, numerically, than the second
value for the condition to be True.
l
is empty: The first specified value is empty. With this operator, there is no second
value.
Invert condition: Inverts the result of the condition. For instance, is empty becomes is
not empty.
Multiple Conditions step properties
The Multiple Conditions step contains a number of Case conditions (one to start with) and a
Default, to be executed when none of the other cases apply. Cases are executed from left to
right. For more information see "Steps" on page274.
The properties described below become visible in the Step properties pane when the Multiple
Conditions step is selected in the Steps pane.
Description
This subsection is collapsed by default in the interface, to give more screen space to other
important parts.
Page 384