com.sun.star.style
Class BreakType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.style.BreakType
- public final synchronized class BreakType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.style.BreakType |
COLUMN_AFTER
|
static int |
COLUMN_AFTER_value
|
static com.sun.star.style.BreakType |
COLUMN_BEFORE
|
static int |
COLUMN_BEFORE_value
|
static com.sun.star.style.BreakType |
COLUMN_BOTH
|
static int |
COLUMN_BOTH_value
|
static com.sun.star.style.BreakType |
NONE
|
static int |
NONE_value
|
static com.sun.star.style.BreakType |
PAGE_AFTER
|
static int |
PAGE_AFTER_value
|
static com.sun.star.style.BreakType |
PAGE_BEFORE
|
static int |
PAGE_BEFORE_value
|
static com.sun.star.style.BreakType |
PAGE_BOTH
|
static int |
PAGE_BOTH_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
BreakType(int i)
|
Method Summary |
static com.sun.star.style.BreakType |
fromInt(int i)
|
static com.sun.star.style.BreakType |
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 |
COLUMN_AFTER
public static final com.sun.star.style.BreakType COLUMN_AFTER
COLUMN_AFTER_value
public static final int COLUMN_AFTER_value
COLUMN_BEFORE
public static final com.sun.star.style.BreakType COLUMN_BEFORE
COLUMN_BEFORE_value
public static final int COLUMN_BEFORE_value
COLUMN_BOTH
public static final com.sun.star.style.BreakType COLUMN_BOTH
COLUMN_BOTH_value
public static final int COLUMN_BOTH_value
NONE
public static final com.sun.star.style.BreakType NONE
NONE_value
public static final int NONE_value
PAGE_AFTER
public static final com.sun.star.style.BreakType PAGE_AFTER
PAGE_AFTER_value
public static final int PAGE_AFTER_value
PAGE_BEFORE
public static final com.sun.star.style.BreakType PAGE_BEFORE
PAGE_BEFORE_value
public static final int PAGE_BEFORE_value
PAGE_BOTH
public static final com.sun.star.style.BreakType PAGE_BOTH
PAGE_BOTH_value
public static final int PAGE_BOTH_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
BreakType
private BreakType(int i)
fromInt
public static com.sun.star.style.BreakType fromInt(int i)
getDefault
public static com.sun.star.style.BreakType getDefault()