Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.02 KB

File metadata and controls

16 lines (13 loc) · 1.02 KB

PageLayout

Descibes page layout.

Enum

Name Type Value Description
_DEFAULT string 'Default' Default layout.
ONE_COLUMN string 'OneColumn' Display the pages in one column.
SINGLE_PAGE string 'SinglePage' Single page.
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.

[Back to Model list] [Back to API list] [Back to README] [View Source]