page-break

Specifies, whether a page break should occur before or after a paragraph. If the paragraph is the first paragraph after a page break, this setting is ignored. Same for the last paragraph of a page.

Availability

Available in: Paragraph, Headers and Footers, Footnotes Area, Figures, Figure Captions, Divider, Block, List, Table, Table Cell

Type

Symbol

Available values

Value Description
none No page break after or before the paragraph. Used as default.
after Page break after the paragraph.
before Page break before the paragraph.

Default value

none

Inherited

Yes.

Example

paragraph-divider {
  page-break:     after
  content:        ""
}