com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PageMode

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


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

    Class descibes used components of the document page.

    • 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 FullScreen
      FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.
      static int UseAttachments
      Attachments panel visible.
      static int UseNone
      Dont use any components.
      static int UseOC
      Optional content group panel visible.
      static int UseOutlines
      Document outline visible.
      static int UseThumbs
      Thumbnail images visible.
      • 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

      • UseOutlines

        public static final int UseOutlines

        Document outline visible.

        See Also:
        Constant Field Values
      • FullScreen

        public static final int FullScreen

        FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.

        See Also:
        Constant Field Values
      • UseOC

        public static final int UseOC

        Optional content group panel visible.

        See Also:
        Constant Field Values
      • UseAttachments

        public static final int UseAttachments

        Attachments panel visible.

        See Also:
        Constant Field Values