enum
Hpdf::PageLayout
Overview
used in Doc#page_layout=.
Defined in:
hpdf/enum.crEnum Members
-
Single =
0 -
Only one page is displayed.
-
OneColumn =
1 -
Display the pages in one column.
-
TwoColumnLeft =
2 -
Display the pages in two column. The page of the odd number is displayed left.
-
TwoColumnRight =
3 -
Display the pages in two column. The page of the odd number is displayed right.
-
Default =
6 -
TwoPageLeft TwoPageRight
Instance Method Summary
-
#default?
Returns
trueif this enum value equalsDefault -
#one_column?
Returns
trueif this enum value equalsOneColumn -
#single?
Returns
trueif this enum value equalsSingle -
#two_column_left?
Returns
trueif this enum value equalsTwoColumnLeft -
#two_column_right?
Returns
trueif this enum value equalsTwoColumnRight