aspose.pdf
Class OpenType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.OpenType

public final class OpenType
extends EnumerationBase

Enumerates the document open types.


Field Summary
static OpenType Auto
          Opens automatically.
static OpenType Bookmarks
          Opens in bookmarks.
static OpenType FullScreen
          Opens in full screen.
static OpenType None
          Opens nothing.
static OpenType Thumbnails
          Opens in thumbnails.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final OpenType None
Opens nothing.


FullScreen

public static final OpenType FullScreen
Opens in full screen.


Thumbnails

public static final OpenType Thumbnails
Opens in thumbnails.


Bookmarks

public static final OpenType Bookmarks
Opens in bookmarks.


Auto

public static final OpenType Auto
Opens automatically.