Specifies the constraints on
keeping the parent object intact within a content area or page.
Splitting across a content area or page is only relevant for
text based
field
and
draw
objects;
specifically, those using the
textEdit
object.
Syntax
Reference_Syntax.intact = "none | contentArea"
Values
Type
|
Values
|
String
|
The
determination of whether an object will be rendered intact within
a content area or page is delegated to the processing application.
It is possible that a subform could be split across a content area
or page. This value is the default when the parent container’s layout
is
tb
,
lr-tb
, or
table
.
The field and draw objects will not split if the parent container
does not allow splitting, itself.
The object is requested to
be rendered intact within a content area. This value is the default
when the parent container’s layout is position or row.
|
JavaScript
Subform1.keep.intact = "contentArea";
FormCalc
Subform1.keep.intact = "contentArea"
|
|
|