com.sun.star.table
Class ShadowLocation
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.table.ShadowLocation
- public final synchronized class ShadowLocation
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.table.ShadowLocation |
BOTTOM_LEFT
|
static int |
BOTTOM_LEFT_value
|
static com.sun.star.table.ShadowLocation |
BOTTOM_RIGHT
|
static int |
BOTTOM_RIGHT_value
|
static com.sun.star.table.ShadowLocation |
NONE
|
static int |
NONE_value
|
static com.sun.star.table.ShadowLocation |
TOP_LEFT
|
static int |
TOP_LEFT_value
|
static com.sun.star.table.ShadowLocation |
TOP_RIGHT
|
static int |
TOP_RIGHT_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
ShadowLocation(int i)
|
Method Summary |
static com.sun.star.table.ShadowLocation |
fromInt(int i)
|
static com.sun.star.table.ShadowLocation |
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_LEFT
public static final com.sun.star.table.ShadowLocation BOTTOM_LEFT
BOTTOM_LEFT_value
public static final int BOTTOM_LEFT_value
BOTTOM_RIGHT
public static final com.sun.star.table.ShadowLocation BOTTOM_RIGHT
BOTTOM_RIGHT_value
public static final int BOTTOM_RIGHT_value
NONE
public static final com.sun.star.table.ShadowLocation NONE
NONE_value
public static final int NONE_value
TOP_LEFT
public static final com.sun.star.table.ShadowLocation TOP_LEFT
TOP_LEFT_value
public static final int TOP_LEFT_value
TOP_RIGHT
public static final com.sun.star.table.ShadowLocation TOP_RIGHT
TOP_RIGHT_value
public static final int TOP_RIGHT_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
ShadowLocation
private ShadowLocation(int i)
fromInt
public static com.sun.star.table.ShadowLocation fromInt(int i)
getDefault
public static com.sun.star.table.ShadowLocation getDefault()