PageBreak

class PageBreak(name: String) extends Style[String]
class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val always: StyleSetter

Always force page breaks.

Always force page breaks.

MDN

lazy val auto: StyleSetter

Initial value. Automatic page breaks (neither forced nor forbidden).

Initial value. Automatic page breaks (neither forced nor forbidden).

MDN

lazy val avoid: StyleSetter

Avoid page breaks.

Avoid page breaks.

MDN

lazy val left: StyleSetter

Force page breaks so that the next page is formatted as a left page.

Force page breaks so that the next page is formatted as a left page.

MDN

lazy val right: StyleSetter

Force page breaks so that the next page is formatted as a right page.

Force page breaks so that the next page is formatted as a right page.

MDN