public final class PageLayout
extends com.aspose.ms.System.Enum
Descibes page layout.
Modifier and Type | Field and Description |
---|---|
static int |
Default
Default layout.
|
static int |
OneColumn
Display the pages in one column.
|
static int |
SinglePage
Single page.
|
static int |
TwoColumnLeft
Display the pages in two columns, with odd-numbered pages on the left.
|
static int |
TwoColumnRight
Display the pages in two columns, with odd-numbered pages on the right.
|
static int |
TwoPageLeft
Display the pages two at a time, with odd-numbered pages on the left.
|
static int |
TwoPageRight
Display the pages two at a time, with odd-numbered pages on the right.
|
public static final int SinglePage
Single page.
public static final int OneColumn
Display the pages in one column.
public static final int TwoColumnLeft
Display the pages in two columns, with odd-numbered pages on the left.
public static final int TwoColumnRight
Display the pages in two columns, with odd-numbered pages on the right.
public static final int TwoPageLeft
Display the pages two at a time, with odd-numbered pages on the left.
public static final int TwoPageRight
Display the pages two at a time, with odd-numbered pages on the right.
public static final int Default
Default layout.