org.odftoolkit.simple.style
public static enum StyleTypeDefinitions.AnchorType extends Enum<StyleTypeDefinitions.AnchorType>
Enum Constant and Description |
---|
AS_CHARACTER |
TO_CHARACTER |
TO_FRAME |
TO_PAGE |
TO_PARAGRAPH |
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.AnchorType |
enumValueOf(String aValue) |
String |
toString() |
static StyleTypeDefinitions.AnchorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.AnchorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.AnchorType TO_PAGE
public static final StyleTypeDefinitions.AnchorType TO_PARAGRAPH
public static final StyleTypeDefinitions.AnchorType TO_CHARACTER
public static final StyleTypeDefinitions.AnchorType AS_CHARACTER
public static final StyleTypeDefinitions.AnchorType TO_FRAME
public static StyleTypeDefinitions.AnchorType[] values()
for (StyleTypeDefinitions.AnchorType c : StyleTypeDefinitions.AnchorType.values()) System.out.println(c);
public static StyleTypeDefinitions.AnchorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static StyleTypeDefinitions.AnchorType enumValueOf(String aValue)
public String toString()
toString
in class Enum<StyleTypeDefinitions.AnchorType>
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.