Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 733 Bytes

File metadata and controls

19 lines (14 loc) · 733 Bytes

PageLayout

Descibes page layout.

Enum

Name Description
SinglePage Single page.
OneColumn Display the pages in one column.
TwoColumnLeft Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight Display the pages in two columns, with odd-numbered pages on the right.
TwoPageLeft Display the pages two at a time, with odd-numbered pages on the left.
TwoPageRight Display the pages two at a time, with odd-numbered pages on the right.
Default Default layout.

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