What are all the printing properties available in the style object?
| Printing Property | Description | values |
| orphans | specifies the minimum number of lines for a paragraph that must be left at the bottom of a page | |
| widows | specifies the minimum number of lines for a paragraph that must be left at the top of a page | |
| page | specifies the page type to be used when displaying an element | |
| pageBreakAfter | Specifies the page-breaking behavior after an element | auto,always avoid,left right |
| pageBreakBefore | specifies the page-breaking behavior before an element | auto,always avoid,left right |
| pageBreakInside | specifies the page-breaking behavior inside an element | auto avoid |
| size | Sets the orientation and size of a page |