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