public enum BackgroundPositionModeType extends Enum<BackgroundPositionModeType>
Java class for BackgroundPositionModeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BackgroundPositionModeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="custom"/>
<enumeration value="top_left"/>
<enumeration value="top_center"/>
<enumeration value="top_right"/>
<enumeration value="center_left"/>
<enumeration value="center_center"/>
<enumeration value="center_right"/>
<enumeration value="bottom_left"/>
<enumeration value="bottom_center"/>
<enumeration value="bottom_right"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BOTTOM_CENTER |
BOTTOM_LEFT |
BOTTOM_RIGHT |
CENTER_CENTER |
CENTER_LEFT |
CENTER_RIGHT |
CUSTOM |
TOP_CENTER |
TOP_LEFT |
TOP_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
static BackgroundPositionModeType |
fromValue(String v) |
String |
value() |
static BackgroundPositionModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundPositionModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackgroundPositionModeType CUSTOM
public static final BackgroundPositionModeType TOP_LEFT
public static final BackgroundPositionModeType TOP_CENTER
public static final BackgroundPositionModeType TOP_RIGHT
public static final BackgroundPositionModeType CENTER_LEFT
public static final BackgroundPositionModeType CENTER_CENTER
public static final BackgroundPositionModeType CENTER_RIGHT
public static final BackgroundPositionModeType BOTTOM_LEFT
public static final BackgroundPositionModeType BOTTOM_CENTER
public static final BackgroundPositionModeType BOTTOM_RIGHT
public static BackgroundPositionModeType[] values()
for (BackgroundPositionModeType c : BackgroundPositionModeType.values()) System.out.println(c);
public static BackgroundPositionModeType 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 value()
public static BackgroundPositionModeType fromValue(String v)
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.