com.sun.star.text
Class NotePrintMode
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.text.NotePrintMode
- public final synchronized class NotePrintMode
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.text.NotePrintMode |
DOC_END
|
static int |
DOC_END_value
|
static com.sun.star.text.NotePrintMode |
NOT
|
static int |
NOT_value
|
static com.sun.star.text.NotePrintMode |
ONLY
|
static int |
ONLY_value
|
static com.sun.star.text.NotePrintMode |
PAGE_END
|
static int |
PAGE_END_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
NotePrintMode(int i)
|
Method Summary |
static com.sun.star.text.NotePrintMode |
fromInt(int i)
|
static com.sun.star.text.NotePrintMode |
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 |
DOC_END
public static final com.sun.star.text.NotePrintMode DOC_END
DOC_END_value
public static final int DOC_END_value
NOT
public static final com.sun.star.text.NotePrintMode NOT
NOT_value
public static final int NOT_value
ONLY
public static final com.sun.star.text.NotePrintMode ONLY
ONLY_value
public static final int ONLY_value
PAGE_END
public static final com.sun.star.text.NotePrintMode PAGE_END
PAGE_END_value
public static final int PAGE_END_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
NotePrintMode
private NotePrintMode(int i)
fromInt
public static com.sun.star.text.NotePrintMode fromInt(int i)
getDefault
public static com.sun.star.text.NotePrintMode getDefault()