Specifies a page’s position within a set of pages.
Syntax
Reference_Syntax.pagePosition = "any | first | last | rest | only"
Values
Type
|
Values
|
String
|
-
any
(default)
-
first
-
last
-
rest
-
only
Matches any pages
with a contiguous set of pages.
Matches the first
page within a contiguous sequence of pages.
Matches the last
page within a contiguous sequence of pages.
Matches any page
that is both not the first or the last in a sequence of pages.
Matches a single
page sequence.
|
Examples
The
reference syntax expression will vary, depending on the object from
which it is invoked.
JavaScript
xfa.form.form1.pageSet.Page1.pagePosition = "only";
FormCalc
xfa.form.form1.pageSet.Page1.pagePosition = "only"
|
|
|