Specifies whether the page area is intended to be blank
and therefore may result in special treatment by the output device.
SyntaxReference_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.
|
ExamplesThe
reference syntax expression will vary, depending on the object from
which it is invoked.
JavaScriptxfa.form.form1.pageSet.Page1.blankOrNotBlank = "notBlank";
FormCalcxfa.form.form1.pageSet.Page1.blankOrNotBlank = "notBlank"
|
|
|