fo:page-break
Simple type information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Content
Valid value Description auto Neither force nor forbid a page break before (after, inside) the generated box. break-before = "auto" keep-with-previous = "auto" always Always force a page break before (after) the generated box. break-before = "page"keep-with-previous = "auto" avoid Avoid a page break before (after, inside) the generated box. break-before = "auto"keep-with-previous = "always" left Force one or two page breaks before (after) the generated box so that the next page is formatted as a left page. break-before = "even-page"keep-with-previous = "auto" right Force one or two page breaks before (after) the generated box so that the next page is formatted as a right page. break-before = "odd-page"keep-with-previous = "auto" inherit
Used by
- Attribute page-break-after
- Attribute page-break-before
Type inheritance chain
- xsd:token
- fo:page-break