com.sun.star.text
Class TextContentAnchorType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.text.TextContentAnchorType
- public final synchronized class TextContentAnchorType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.text.TextContentAnchorType |
AS_CHARACTER
|
static int |
AS_CHARACTER_value
|
static com.sun.star.text.TextContentAnchorType |
AT_CHARACTER
|
static int |
AT_CHARACTER_value
|
static com.sun.star.text.TextContentAnchorType |
AT_FRAME
|
static int |
AT_FRAME_value
|
static com.sun.star.text.TextContentAnchorType |
AT_PAGE
|
static int |
AT_PAGE_value
|
static com.sun.star.text.TextContentAnchorType |
AT_PARAGRAPH
|
static int |
AT_PARAGRAPH_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
TextContentAnchorType(int i)
|
Method Summary |
static com.sun.star.text.TextContentAnchorType |
fromInt(int i)
|
static com.sun.star.text.TextContentAnchorType |
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 |
AS_CHARACTER
public static final com.sun.star.text.TextContentAnchorType AS_CHARACTER
AS_CHARACTER_value
public static final int AS_CHARACTER_value
AT_CHARACTER
public static final com.sun.star.text.TextContentAnchorType AT_CHARACTER
AT_CHARACTER_value
public static final int AT_CHARACTER_value
AT_FRAME
public static final com.sun.star.text.TextContentAnchorType AT_FRAME
AT_FRAME_value
public static final int AT_FRAME_value
AT_PAGE
public static final com.sun.star.text.TextContentAnchorType AT_PAGE
AT_PAGE_value
public static final int AT_PAGE_value
AT_PARAGRAPH
public static final com.sun.star.text.TextContentAnchorType AT_PARAGRAPH
AT_PARAGRAPH_value
public static final int AT_PARAGRAPH_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
TextContentAnchorType
private TextContentAnchorType(int i)
fromInt
public static com.sun.star.text.TextContentAnchorType fromInt(int i)
getDefault
public static com.sun.star.text.TextContentAnchorType getDefault()