public enum AlignContentPropertyValue extends Enum<AlignContentPropertyValue>
| Enum Constant and Description |
|---|
CENTER |
END |
FLEX_END |
FLEX_START |
NORMAL |
SPACE_AROUND |
SPACE_BETWEEN |
SPACE_EVENLY |
START |
STRETCH |
| Modifier and Type | Method and Description |
|---|---|
static AlignContentPropertyValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignContentPropertyValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignContentPropertyValue NORMAL
public static final AlignContentPropertyValue CENTER
public static final AlignContentPropertyValue FLEX_START
public static final AlignContentPropertyValue FLEX_END
public static final AlignContentPropertyValue END
public static final AlignContentPropertyValue START
public static final AlignContentPropertyValue STRETCH
public static final AlignContentPropertyValue SPACE_BETWEEN
public static final AlignContentPropertyValue SPACE_AROUND
public static final AlignContentPropertyValue SPACE_EVENLY
public static AlignContentPropertyValue[] values()
for (AlignContentPropertyValue c : AlignContentPropertyValue.values()) System.out.println(c);
public static AlignContentPropertyValue 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 nullCopyright © 1998–2025 Apryse Group NV. All rights reserved.