pagePosition

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.

  • first

  • last

  • rest

  • only

Matches the first page within a contiguous sequence of pages.

  • last

  • rest

  • only

Matches the last page within a contiguous sequence of pages.

  • rest

  • only

Matches any page that is both not the first or the last in a sequence of pages.

  • only

Matches a single page sequence.

Applies to

Model

Object

Form Model

pageArea

Version

XFA 2.5

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"

// Ethnio survey code removed