org.odftoolkit.odfdom.dom.attribute.draw
public static enum DrawFillImageRefPointAttribute.Value extends Enum<DrawFillImageRefPointAttribute.Value>
Enum Constant and Description |
---|
BOTTOM |
BOTTOM_LEFT |
BOTTOM_RIGHT |
CENTER |
LEFT |
RIGHT |
TOP |
TOP_LEFT |
TOP_RIGHT |
Modifier and Type | Method and Description |
---|---|
static DrawFillImageRefPointAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static DrawFillImageRefPointAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrawFillImageRefPointAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrawFillImageRefPointAttribute.Value BOTTOM
public static final DrawFillImageRefPointAttribute.Value BOTTOM_LEFT
public static final DrawFillImageRefPointAttribute.Value BOTTOM_RIGHT
public static final DrawFillImageRefPointAttribute.Value CENTER
public static final DrawFillImageRefPointAttribute.Value LEFT
public static final DrawFillImageRefPointAttribute.Value RIGHT
public static final DrawFillImageRefPointAttribute.Value TOP
public static final DrawFillImageRefPointAttribute.Value TOP_LEFT
public static final DrawFillImageRefPointAttribute.Value TOP_RIGHT
public static DrawFillImageRefPointAttribute.Value[] values()
for (DrawFillImageRefPointAttribute.Value c : DrawFillImageRefPointAttribute.Value.values()) System.out.println(c);
public static DrawFillImageRefPointAttribute.Value 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<DrawFillImageRefPointAttribute.Value>
public static DrawFillImageRefPointAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.