Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.01 KB

File metadata and controls

16 lines (13 loc) · 1.01 KB

PageLayout

Descibes page layout.

Enum

Name Type Value Description
_default String 'Default' Default layout.
oneColumn String 'OneColumn' Display the pages in one column.
singlePage String 'SinglePage' Single page.
twoColumnLeft String 'TwoColumnLeft' Display the pages in two columns, with odd-numbered pages on the left.
twoColumnRight String 'TwoColumnRight' Display the pages in two columns, with odd-numbered pages on the right.
twoPageLeft String 'TwoPageLeft' Display the pages two at a time, with odd-numbered pages on the left.
twoPageRight 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]