The breakAfter object describes the conditional
constraints on moving to a new page or content area after laying
down the parent container. The breakAfter object is invoked after
laying out the parent subform. The leaders or trailers are laid
down before and after any jump that the breakAfter object mandates.
An optional script object
associated with the breakAfter object determines whether
it is respected. This script object defaults to
the true condition, which means that breakAfter objects
with no script object are always invoked.
The breakAfter object is functionally equivalent
to the deprecated syntax of break (deprecated).after (deprecated) and afterTarget (deprecated).
Properties
Name
|
Description
|
Type
|
Access
|
leader
|
Specifies the subform or subformSet object
to place at the top of a content or page area.
|
String
|
Read /Write
|
startNew
|
Determines whether it is necessary to start
a new content area or page even when the current content area or
page has the required name.
|
String
|
Read /Write
|
target
|
Specifies the object upon which the action
will occur.
|
String
|
Read /Write
|
targetType
|
Specifies the constraints on moving to a
new page or content area before laying out the parent subform.
|
String
|
Read /Write
|
trailer
|
Specifies the subform or subformSet object
to place at the bottom of a content or page area.
|
String
|
Read /Write
|
use
|
Invokes a prototype.
|
String
|
Read /Write
|
usehref
|
Invokes an external prototype.
|
String
|
Read /Write
|
|
|
|