Replaces the layout of the pageArea
object content with a new layout.
SyntaxReference_Syntax.relayoutPageArea( [ INTEGER param ] )
Parameters
param (Optional)
|
The page number of the page to substitute.
Page number values are 0 based.
|
JavaScriptxfa.layout.relayoutPageArea(0);
FormCalcxfa.layout.relayoutPageArea(0)
|
|
|