com.aspose.pdf.elements
Class OpenType

java.lang.Object
  extended by com.aspose.pdf.elements.OpenType

public class OpenType
extends java.lang.Object

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
static OpenType getOpenType(java.lang.String openTypeName)
          Get pre-defined OpenType object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

None

public static final OpenType None
Opens nothing


Auto

public static final OpenType Auto
Opens automatically.


Bookmarks

public static final OpenType Bookmarks
Opens in bookmarks.


Thumbnails

public static final OpenType Thumbnails
Opens in thumbnails.


FullScreen

public static final OpenType FullScreen
Opens in full screen.

Method Detail

getOpenType

public static OpenType getOpenType(java.lang.String openTypeName)
Get pre-defined OpenType object

Parameters:
openTypeName - the name of OpenType

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object