absPageSpan

Determines the number of pages that a specified form object spans.

Syntax

Reference_Syntax.absPageSpan( OBJECT param )

Parameters

param

The fully qualified reference syntax expression of one of the following form objects: field, draw, subform, area, pageArea, contentArea.

Returns

An integer representing the number of pages the specified form object spans.

Applies to

Version

XFA 2.1

Examples

JavaScript

xfa.layout.absPageSpan(Subform1);

FormCalc

xfa.layout.absPageSpan(Subform1)

// Ethnio survey code removed