com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PageLayout

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.PageLayout


  • public final class PageLayout
    extends com.aspose.ms.System.Enum

    Descibes page layout.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • OneColumn

        public static final int OneColumn

        Display the pages in one column.

        See Also:
        Constant Field Values
      • TwoColumnLeft

        public static final int TwoColumnLeft

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

        See Also:
        Constant Field Values
      • TwoColumnRight

        public static final int TwoColumnRight

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

        See Also:
        Constant Field Values
      • TwoPageLeft

        public static final int TwoPageLeft

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

        See Also:
        Constant Field Values
      • TwoPageRight

        public static final int TwoPageRight

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

        See Also:
        Constant Field Values