Specifies whether the page area is intended to be blank
and therefore may result in special treatment by the output device.
Syntax
Reference_Syntax.blankOrNotBlank = "any | blank | notBlank"
Values
Type
|
Values
|
String
|
-
any
(default)
-
blank
-
notBlank
Matches any
blank or non-blank page.
Matches a page
which is inserted by a break-to-even page while on an even page,
or a break-to-odd page while on an odd page.
Matches
any page inserted either to hold content or to meet minimum occurrence
rules.
|
Examples
The
reference syntax expression will vary, depending on the object from
which it is invoked.
JavaScript
xfa.form.form1.pageSet.Page1.blankOrNotBlank = "notBlank";
FormCalc
xfa.form.form1.pageSet.Page1.blankOrNotBlank = "notBlank"
|
|
|