com.sun.star.sheet
Class CellDeleteMode
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.sheet.CellDeleteMode
- public final synchronized class CellDeleteMode
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.sheet.CellDeleteMode |
COLUMNS
|
static int |
COLUMNS_value
|
static com.sun.star.sheet.CellDeleteMode |
LEFT
|
static int |
LEFT_value
|
static com.sun.star.sheet.CellDeleteMode |
NONE
|
static int |
NONE_value
|
static com.sun.star.sheet.CellDeleteMode |
ROWS
|
static int |
ROWS_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.sheet.CellDeleteMode |
UP
|
static int |
UP_value
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
CellDeleteMode(int i)
|
Method Summary |
static com.sun.star.sheet.CellDeleteMode |
fromInt(int i)
|
static com.sun.star.sheet.CellDeleteMode |
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 |
COLUMNS
public static final com.sun.star.sheet.CellDeleteMode COLUMNS
COLUMNS_value
public static final int COLUMNS_value
LEFT
public static final com.sun.star.sheet.CellDeleteMode LEFT
LEFT_value
public static final int LEFT_value
NONE
public static final com.sun.star.sheet.CellDeleteMode NONE
NONE_value
public static final int NONE_value
ROWS
public static final com.sun.star.sheet.CellDeleteMode ROWS
ROWS_value
public static final int ROWS_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
UP
public static final com.sun.star.sheet.CellDeleteMode UP
UP_value
public static final int UP_value
CellDeleteMode
private CellDeleteMode(int i)
fromInt
public static com.sun.star.sheet.CellDeleteMode fromInt(int i)
getDefault
public static com.sun.star.sheet.CellDeleteMode getDefault()