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
|
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.
The
page area does not contribute to the incrementing of the current
page area numbering.
|
JavaScript
xfa.form.form1.pageSet.Page1.numbered = "none";
FormCalc
xfa.form.form1.pageSet.Page1.numbered = "none"
|
|
|