Specifies whether a page is odd or even for pagination
within a set of pages.
SyntaxReference_Syntax.oddOrEven = "any | odd | even"
Values
Type
|
Values
|
String
|
Matches any page
within a document.
Matches the first
page within a document and every other page after that, irrespective
of page numbering.
Matches
the second page within a document and every other page after that,
irrespective of page numbering.
|
ExamplesThe
reference syntax expression will vary, depending on the object from
which it is invoked.
JavaScriptxfa.form.form1.pageSet.Page1.oddOrEven = "even";
FormCalcxfa.form.form1.pageSet.Page1.oddOrEven = "even"
|
|
|