monks/page_break_after

{{deprecated_header}}

This property has been replaced by the {{cssxref(“break-after”)}} property.

The page-break-after CSS property adjusts page breaks after the current element.

Values

pub const always: #(String, String)
  • : Always force page breaks after the element.
pub const auto_: #(String, String)
  • : Initial value. Automatic page breaks (neither forced nor forbidden).
pub const avoid: #(String, String)
  • : Avoid page breaks after the element.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const left: #(String, String)
  • : Force page breaks after the element so that the next page is formatted as a left page. It’s the page placed on the left side of the spine of the book or the back side of the page in duplex printing.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for page-break-after

pub const recto: #(String, String)
  • : If pages progress left-to-right, then this acts like right. If pages progress right-to-left, then this acts like left.
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const right: #(String, String)
  • : Force page breaks after the element so that the next page is formatted as a right page. It’s the page placed on the right side of the spine of the book or the front side of the page in duplex printing.
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for page-break-after. It will be wrapped in var() and have -- prepended.

pub const verso: #(String, String)
  • : If pages progress left-to-right, then this acts like left. If pages progress right-to-left, then this acts like right.
Search Document