|
com.aspose.pdf.elements
Class OpenType
java.lang.Object
com.aspose.pdf.elements.OpenType
public class OpenType - extends java.lang.Object
Enumerates the document open types.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
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
|