Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 960 Bytes

File metadata and controls

18 lines (13 loc) · 960 Bytes

PageLayout

Descibes page layout.

Enum

Name Type Value Description
SINGLEPAGE str "SinglePage" Single page.
ONECOLUMN str "OneColumn" Display the pages in one column.
TWOCOLUMNLEFT str "TwoColumnLeft" Display the pages in two columns, with odd-numbered pages on the left.
TWOCOLUMNRIGHT str "TwoColumnRight" Display the pages in two columns, with odd-numbered pages on the right.
TWOPAGELEFT str "TwoPageLeft" Display the pages two at a time, with odd-numbered pages on the left.
TWOPAGERIGHT str "TwoPageRight" Display the pages two at a time, with odd-numbered pages on the right.
DEFAULT str "Default" Default layout.

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