fo:keeps-and-breaks-properties
Keeps and Breaks Properties
Attribute group information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
break-after | [0..1] | fo:break | Specifies that the first normal area generated by formatting the next formatting object, if any, shall be the first one placed in a particular context (e.g. page-area, column-area) | from group fo:break-after |
break-before | [0..1] | fo:break | 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). | from group fo:break-before |
keep-together | [0..1] | fo:keep | Imposes keep-together conditions on formatting objects. | from group fo:keep-together |
keep-together.within-line | [0..1] | fo:keep-value | from group fo:keep-together | |
keep-together.within-column | [0..1] | fo:keep-value | from group fo:keep-together | |
keep-together.within-page | [0..1] | fo:keep-value | from group fo:keep-together | |
keep-with-next | [0..1] | fo:keep | Imposes keep-with-next conditions on formatting objects. | from group fo:keep-with-next |
keep-with-next.within-line | [0..1] | fo:keep-value | from group fo:keep-with-next | |
keep-with-next.within-column | [0..1] | fo:keep-value | from group fo:keep-with-next | |
keep-with-next.within-page | [0..1] | fo:keep-value | from group fo:keep-with-next | |
keep-with-previous | [0..1] | fo:keep | Imposes keep-with-previous conditions on formatting objects. | from group fo:keep-with-previous |
keep-with-previous.within-line | [0..1] | fo:keep-value | from group fo:keep-with-previous | |
keep-with-previous.within-column | [0..1] | fo:keep-value | from group fo:keep-with-previous | |
keep-with-previous.within-page | [0..1] | fo:keep-value | from group fo:keep-with-previous | |
orphans | [0..1] | fo:widows-or-orphans | The minimum number of lines in a block container that must be left at the bottom of a page. CSS2 Reference: | from group fo:orphans |
widows | [0..1] | fo:widows-or-orphans | The minimum number of lines in a block container that must be left at the top of a page. CSS2 Reference: | from group fo:widows |
page-break-after | [0..1] | fo:page-break | A potential page break location is typically under the influence of the parent element's 'page-break-inside' property, the 'page-break-after' property of the preceding element, and the 'page-break-before' property of the following element. When these properties have values other than 'auto', the values 'always', 'left', and 'right' take precedence over 'avoid'. CSS2 Reference: | from group fo:page-break-after |
page-break-before | [0..1] | fo:page-break | A potential page break location is typically under the influence of the parent element's 'page-break-inside' property, the 'page-break-after' property of the preceding element, and the 'page-break-before' property of the following element. When these properties have values other than 'auto', the values 'always', 'left', and 'right' take precedence over 'avoid'. CSS2 Reference: | from group fo:page-break-before |
page-break-inside | [0..1] | Anonymous | A potential page break location is typically under the influence of the parent element's 'page-break-inside' property, the 'page-break-after' property of the preceding element, and the 'page-break-before' property of the following element. When these properties have values other than 'auto', values 'always', 'left', and 'right' take precedence over 'avoid'. CSS2 Reference: | from group fo:page-break-inside |
Used in
- Anonymous type of element fo:block