com.sun.star.table
Class CellContentType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.table.CellContentType
- public final synchronized class CellContentType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.table.CellContentType |
EMPTY
|
static int |
EMPTY_value
|
static com.sun.star.table.CellContentType |
FORMULA
|
static int |
FORMULA_value
|
static com.sun.star.table.CellContentType |
TEXT
|
static int |
TEXT_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.table.CellContentType |
VALUE
|
static int |
VALUE_value
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
CellContentType(int i)
|
Method Summary |
static com.sun.star.table.CellContentType |
fromInt(int i)
|
static com.sun.star.table.CellContentType |
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 |
EMPTY
public static final com.sun.star.table.CellContentType EMPTY
EMPTY_value
public static final int EMPTY_value
FORMULA
public static final com.sun.star.table.CellContentType FORMULA
FORMULA_value
public static final int FORMULA_value
TEXT
public static final com.sun.star.table.CellContentType TEXT
TEXT_value
public static final int TEXT_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
VALUE
public static final com.sun.star.table.CellContentType VALUE
VALUE_value
public static final int VALUE_value
CellContentType
private CellContentType(int i)
fromInt
public static com.sun.star.table.CellContentType fromInt(int i)
getDefault
public static com.sun.star.table.CellContentType getDefault()