Descibes page layout.
| Name | Type | Value | Description |
|---|---|---|---|
| SINGLE_PAGE | String | 'SinglePage' | Single page. |
| ONE_COLUMN | String | 'OneColumn' | Display the pages in one column. |
| TWO_COLUMN_LEFT | String | 'TwoColumnLeft' | Display the pages in two columns, with odd-numbered pages on the left. |
| TWO_COLUMN_RIGHT | String | 'TwoColumnRight' | Display the pages in two columns, with odd-numbered pages on the right. |
| TWO_PAGE_LEFT | String | 'TwoPageLeft' | Display the pages two at a time, with odd-numbered pages on the left. |
| TWO_PAGE_RIGHT | String | 'TwoPageRight' | Display the pages two at a time, with odd-numbered pages on the right. |
| DEFAULT | String | 'Default' | Default layout. |