com.sun.star.view
Class PaperOrientation
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.view.PaperOrientation
- public final synchronized class PaperOrientation
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.view.PaperOrientation |
LANDSCAPE
|
static int |
LANDSCAPE_value
|
static com.sun.star.view.PaperOrientation |
PORTRAIT
|
static int |
PORTRAIT_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
PaperOrientation(int i)
|
Method Summary |
static com.sun.star.view.PaperOrientation |
fromInt(int i)
|
static com.sun.star.view.PaperOrientation |
getDefault()
|
Methods inherited from class com.sun.star.uno.Enum |
getValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LANDSCAPE
public static final com.sun.star.view.PaperOrientation LANDSCAPE
LANDSCAPE_value
public static final int LANDSCAPE_value
PORTRAIT
public static final com.sun.star.view.PaperOrientation PORTRAIT
PORTRAIT_value
public static final int PORTRAIT_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
PaperOrientation
private PaperOrientation(int i)
fromInt
public static com.sun.star.view.PaperOrientation fromInt(int i)
getDefault
public static com.sun.star.view.PaperOrientation getDefault()