initialNumber

Supplies the initial page number to the first page in a group of consecutive pages that use the same pageSet.

When you use separate numbering runs within a single document, use initialNumber to control the initial number of each run. For example you can use i - iv for the table of contents, followed by 1 - 27 for the body of the document.

Syntax

Reference_Syntax.initialNumber = "1 | string"

Values

Type

Values

String

  • 1 (default)

  • A valid string representing any integer.

Applies to

Model

Object

Form Model

pageArea

Version

XFA 2.1

Examples

JavaScript

xfa.form.form1.pageSet.Page1.initialNumber = "4";

FormCalc

xfa.form.form1.pageSet.Page1.initialNumber = "4"

// Ethnio survey code removed