BreakMode
An enumeration over all possible break modes.
Always = 1
Always force page breaks before (after) the principle box. This is a
synonym of page, it has been kept to facilitate transition from
page-break-before which is subset of this property.
Auto = 0
Initial value. Allows, meaning neither forbid nor force, any break
(either page, column or region) to be be inserted before (after, inside)
the principle box.
Avoid = 2
Prevent any break, either page, column or region, to be inserted right
before (after, inside) the principle box.
AvoidColumn = 8
Avoid any column break right before (after, inside) the principle box.
AvoidPage = 7
Avoid any page break right before (after, inside) the principle box.
AvoidRegion = 9
Avoid a region break before (after, inside) the generated box.
Column = 6
Always force one column break right before (after) the principle box.
Left = 3
Force one or two page breaks right before (after) the principle box so
that the next page is formatted as a left page.
Page = 5
Always force one page break right before (after) the principle box.
Right = 4
Force one or two page breaks right before (after) the principle box so
that the next page is formatted as a right page.