From http://www.w3schools.com (Copyright Refsnes Data)

XSL-FO break-after Property

Back

Definition and Usage

The break-after property specifies that the first area generated by the next XSL-FO object, shall be the first one placed in a particular context (e.g. page-area, column-area).


Details


Property Values

Value Description
auto Default. No break shall be forced
column Creates a page-break condition within column-areas
page Creates a page-break condition within page-areas
even-page Creates a page-break condition within even page-areas
odd-page Creates a page-break condition within odd page-areas


Back

From http://www.w3schools.com (Copyright Refsnes Data)