| Value | Description | 
|---|---|
| auto | Default. Automatic page breaks | 
| always | Always insert a page break | 
| avoid | Avoid page break (if possible) | 
| left | Insert page breaks so that the next page is formatted as a left page | 
| right | Insert page breaks so that the next page is formatted as a right page | 
| initial | Sets this property to its default value. | 
| inherit | Inherits this property from its parent element. | 
There is no page-break property in CSS. Only the 3 properties (page-break-before, page-break-after, page-break-inside).
Related: orphans, widows.