com.sun.star.table
Class CellVertJustify
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.table.CellVertJustify
- public final synchronized class CellVertJustify
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.table.CellVertJustify |
BOTTOM
|
static int |
BOTTOM_value
|
static com.sun.star.table.CellVertJustify |
CENTER
|
static int |
CENTER_value
|
static com.sun.star.table.CellVertJustify |
STANDARD
|
static int |
STANDARD_value
|
static com.sun.star.table.CellVertJustify |
TOP
|
static int |
TOP_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
CellVertJustify(int i)
|
Method Summary |
static com.sun.star.table.CellVertJustify |
fromInt(int i)
|
static com.sun.star.table.CellVertJustify |
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 |
BOTTOM
public static final com.sun.star.table.CellVertJustify BOTTOM
BOTTOM_value
public static final int BOTTOM_value
CENTER
public static final com.sun.star.table.CellVertJustify CENTER
CENTER_value
public static final int CENTER_value
STANDARD
public static final com.sun.star.table.CellVertJustify STANDARD
STANDARD_value
public static final int STANDARD_value
TOP
public static final com.sun.star.table.CellVertJustify TOP
TOP_value
public static final int TOP_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
CellVertJustify
private CellVertJustify(int i)
fromInt
public static com.sun.star.table.CellVertJustify fromInt(int i)
getDefault
public static com.sun.star.table.CellVertJustify getDefault()