Specifies a page’s position within a set of pages.
SyntaxReference_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.
|
ExamplesThe
reference syntax expression will vary, depending on the object from
which it is invoked.
JavaScriptxfa.form.form1.pageSet.Page1.pagePosition = "only";
FormCalcxfa.form.form1.pageSet.Page1.pagePosition = "only"
|
|
|