org.odftoolkit.simple.style
public static enum StyleTypeDefinitions.VerticalRelative extends Enum<StyleTypeDefinitions.VerticalRelative>
Enum Constant and Description |
---|
BASELINE |
CHAR |
FRAME |
FRAME_CONTENT |
LINE |
PAGE |
PAGE_CONTENT |
PARAGRAPH |
PARAGRAPH_CONTENT |
TEXT |
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.VerticalRelative |
enumValueOf(String aValue) |
String |
toString() |
static StyleTypeDefinitions.VerticalRelative |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.VerticalRelative[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.VerticalRelative PAGE
public static final StyleTypeDefinitions.VerticalRelative PAGE_CONTENT
public static final StyleTypeDefinitions.VerticalRelative FRAME
public static final StyleTypeDefinitions.VerticalRelative FRAME_CONTENT
public static final StyleTypeDefinitions.VerticalRelative PARAGRAPH
public static final StyleTypeDefinitions.VerticalRelative PARAGRAPH_CONTENT
public static final StyleTypeDefinitions.VerticalRelative CHAR
public static final StyleTypeDefinitions.VerticalRelative LINE
public static final StyleTypeDefinitions.VerticalRelative BASELINE
public static final StyleTypeDefinitions.VerticalRelative TEXT
public static StyleTypeDefinitions.VerticalRelative[] values()
for (StyleTypeDefinitions.VerticalRelative c : StyleTypeDefinitions.VerticalRelative.values()) System.out.println(c);
public static StyleTypeDefinitions.VerticalRelative 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.VerticalRelative enumValueOf(String aValue)
public String toString()
toString
in class Enum<StyleTypeDefinitions.VerticalRelative>
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.