numbered

Specifies whether the page area is considered a numbered page area.

Numbered page areas contribute to the normal incrementing of page numbers, whereas unnumbered pages occur without incrementing page numbering.

Syntax

Reference_Syntax.numbered = "auto | none"

Values

Type

Values

String

  • auto (default)

  • none

The page area represents a numbered page area. Therefore the instantiation of the page area contributes to the incrementing of the current page area number.

  • none

The page area does not contribute to the incrementing of the current page area numbering.

Applies to

Version

XFA 2.1

Examples

JavaScript

xfa.form.form1.pageSet.Page1.numbered = "none";

FormCalc

xfa.form.form1.pageSet.Page1.numbered = "none"

// Ethnio survey code removed