Enum MetadataInformation.PageLayoutEnum

  • All Implemented Interfaces:
    Serializable, Comparable<MetadataInformation.PageLayoutEnum>
    Enclosing class:
    MetadataInformation

    public static enum MetadataInformation.PageLayoutEnum
    extends Enum<MetadataInformation.PageLayoutEnum>
    The set initial page layout of a document. When opening the document in a Reader, this layout shall be selected to display pages. * singlePage = One page at a time. * oneColumn = One continuous column of pages. * twoColumnLeft = The pages in two columns, with odd-numbered pages on the left. * twoColumnRight = The pages in two columns, with odd-numbered pages on the right. * twoPageLeft = Display the pages two at a time, with odd-numbered pages on the left. * twoPageRight = Display the pages two at a time, with odd-numbered pages on the right.