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.
SyntaxReference_Syntax.initialNumber = "1 | string"
JavaScriptxfa.form.form1.pageSet.Page1.initialNumber = "4";
FormCalcxfa.form.form1.pageSet.Page1.initialNumber = "4"
|
|
|