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