PageLayout

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PageLayout extends System.Enum

Descibes page layout.

Fields

FieldDescription
SinglePageSingle page.
OneColumnDisplay the pages in one column.
TwoColumnLeftDisplay the pages in two columns, with odd-numbered pages on the left.
TwoColumnRightDisplay the pages in two columns, with odd-numbered pages on the right.
TwoPageLeftDisplay the pages two at a time, with odd-numbered pages on the left.
TwoPageRightDisplay the pages two at a time, with odd-numbered pages on the right.
DefaultDefault layout.

SinglePage

public static final int SinglePage

Single page.

OneColumn

public static final int OneColumn

Display the pages in one column.

TwoColumnLeft

public static final int TwoColumnLeft

Display the pages in two columns, with odd-numbered pages on the left.

TwoColumnRight

public static final int TwoColumnRight

Display the pages in two columns, with odd-numbered pages on the right.

TwoPageLeft

public static final int TwoPageLeft

Display the pages two at a time, with odd-numbered pages on the left.

TwoPageRight

public static final int TwoPageRight

Display the pages two at a time, with odd-numbered pages on the right.

Default

public static final int Default

Default layout.