com.sun.star.text
Class WrapTextMode
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.text.WrapTextMode
- public final synchronized class WrapTextMode
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.text.WrapTextMode |
DYNAMIC
|
static int |
DYNAMIC_value
|
static com.sun.star.text.WrapTextMode |
LEFT
|
static int |
LEFT_value
|
static com.sun.star.text.WrapTextMode |
NONE
|
static int |
NONE_value
|
static com.sun.star.text.WrapTextMode |
PARALLEL
|
static int |
PARALLEL_value
|
static com.sun.star.text.WrapTextMode |
RIGHT
|
static int |
RIGHT_value
|
static com.sun.star.text.WrapTextMode |
THROUGHT
|
static int |
THROUGHT_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
WrapTextMode(int i)
|
Method Summary |
static com.sun.star.text.WrapTextMode |
fromInt(int i)
|
static com.sun.star.text.WrapTextMode |
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 |
DYNAMIC
public static final com.sun.star.text.WrapTextMode DYNAMIC
DYNAMIC_value
public static final int DYNAMIC_value
LEFT
public static final com.sun.star.text.WrapTextMode LEFT
LEFT_value
public static final int LEFT_value
NONE
public static final com.sun.star.text.WrapTextMode NONE
NONE_value
public static final int NONE_value
PARALLEL
public static final com.sun.star.text.WrapTextMode PARALLEL
PARALLEL_value
public static final int PARALLEL_value
RIGHT
public static final com.sun.star.text.WrapTextMode RIGHT
RIGHT_value
public static final int RIGHT_value
THROUGHT
public static final com.sun.star.text.WrapTextMode THROUGHT
THROUGHT_value
public static final int THROUGHT_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
WrapTextMode
private WrapTextMode(int i)
fromInt
public static com.sun.star.text.WrapTextMode fromInt(int i)
getDefault
public static com.sun.star.text.WrapTextMode getDefault()