org.odftoolkit.simple.style
public static enum StyleTypeDefinitions.AdjustmentStyle extends Enum<StyleTypeDefinitions.AdjustmentStyle>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static StyleTypeDefinitions.AdjustmentStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.AdjustmentStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.AdjustmentStyle CENTER
public static final StyleTypeDefinitions.AdjustmentStyle LEFT
public static final StyleTypeDefinitions.AdjustmentStyle RIGHT
public static StyleTypeDefinitions.AdjustmentStyle[] values()
for (StyleTypeDefinitions.AdjustmentStyle c : StyleTypeDefinitions.AdjustmentStyle.values()) System.out.println(c);
public static StyleTypeDefinitions.AdjustmentStyle 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 String toString()
toString
in class Enum<StyleTypeDefinitions.AdjustmentStyle>
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.