break-before
Specifies that the first area generated by formatting this formatting object shall be the first one placed in a particular context (e.g., page-area, column-area).
See http://www.w3.org/TR/xsl11/#break-before.
Attribute information
Namespace: None
Schema document: fo.xsd
Type: fo:break
Properties: Local, Unqualified
Value
Type based on xsd:tokenValid value | Description |
---|
auto | No break shall be forced. Page breaks may occur as determined by the formatter's processing as affected by the "widow", "orphan", "keep-with-next", "keep-with-previous", and "keep-together" properties. |
column | Imposes a condition with a context consisting of column-areas. |
page | Imposes a condition with a context consisting of page-areas. |
even-page | Imposes a condition with a context consisting of even page-areas (a blank page may be generated if necessary). |
odd-page | Imposes a condition with a context consisting of odd page-areas (a blank page may be generated if necessary). |
inherit | |
Used in