blankOrNotBlank

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.

  • blank

  • notBlank

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.

  • notBlank

Matches any page inserted either to hold content or to meet minimum occurrence rules.

Applies to

Model

Object

Form Model

pageArea

Version

XFA 2.5

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"

// Ethnio survey code removed