|
Syntax
NONE,
Description
No column or page break is applied.
Syntax
COLUMN_BEFORE,
Description
A column break is applied before the object to which it belongs.
This implies that the object to which it belongs is the
first in its column.
Syntax
COLUMN_AFTER,
Description
A column break is applied after the object to which it belongs.
This implies that the object to which it belongs is the last
in its column.
Syntax
COLUMN_BOTH,
Description
A column break is applied before and after the object to which
it belongs.
This implies that this object is the only one in its column.
Syntax
PAGE_BEFORE,
Description
A page break is applied before the object to which it belongs.
This implies that the object to which it belongs is the
first on its page.
Syntax
PAGE_AFTER,
Description
A page break is applied after the object to which it belongs.
This implies that the object to which it belongs is the last
on its page.
Syntax
PAGE_BOTH,
Description
A page break is applied before and after the object to which
it belongs.
This implies that this object is the only one on its page.
|