Schema Central > XSL-FO 1.1 > fo.xsd > page-break-after
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

page-break-after

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: "page-break-after" property

See http://www.w3.org/TR/xsl11/#page-break-after.

Attribute information

Namespace: None

Schema document: fo.xsd

Type: fo:page-break

Properties: Local, Unqualified

Value

  • Type based on xsd:token
    • Valid valueDescription
      autoNeither force nor forbid a page break before (after, inside) the generated box. break-before = "auto" keep-with-previous = "auto"
      alwaysAlways force a page break before (after) the generated box. break-before = "page"keep-with-previous = "auto"
      avoidAvoid a page break before (after, inside) the generated box. break-before = "auto"keep-with-previous = "always"
      leftForce 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"
      rightForce 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 in

    Site developed and hosted by Datypic, Inc.

    Please report errors or comments about this site to contrib@functx.com