Module: Poppler::PageLayout
- Defined in:
- (unknown)
Constant Summary collapse
- UNSET =
no specific layout set
0 or :unset
- SINGLE_PAGE =
one page at a time
1 or :single_page
- ONE_COLUMN =
pages in one column
2 or :one_column
- TWO_COLUMN_LEFT =
pages in two columns with odd numbered pages on the left
3 or :two_column_left
- TWO_COLUMN_RIGHT =
pages in two columns with odd numbered pages on the right
4 or :two_column_right
- TWO_PAGE_LEFT =
two pages at a time with odd numbered pages on the left
5 or :two_page_left
- TWO_PAGE_RIGHT =
two pages at a time with odd numbered pages on the right
6 or :two_page_right