enum Hpdf::PageLayout

Overview

used in Doc#page_layout=.

Defined in:

hpdf/enum.cr

Enum 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

Instance Method Detail

def default? #

[View source]
def one_column? #

[View source]
def single? #

[View source]
def two_column_left? #

[View source]
def two_column_right? #

[View source]