public enum AlignmentPropertyValue extends Enum<AlignmentPropertyValue>
Property.ALIGN_ITEMS
and Property.ALIGN_SELF
.
Enum Constant and Description |
---|
BASELINE |
CENTER |
END |
FLEX_END |
FLEX_START |
NORMAL |
SELF_END |
SELF_START |
START |
STRETCH |
Modifier and Type | Method and Description |
---|---|
static AlignmentPropertyValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentPropertyValue[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final AlignmentPropertyValue CENTER
public static final AlignmentPropertyValue START
public static final AlignmentPropertyValue END
public static final AlignmentPropertyValue SELF_START
public static final AlignmentPropertyValue SELF_END
public static final AlignmentPropertyValue FLEX_START
public static final AlignmentPropertyValue FLEX_END
public static final AlignmentPropertyValue BASELINE
public static final AlignmentPropertyValue STRETCH
public static final AlignmentPropertyValue NORMAL
public static AlignmentPropertyValue[] values()
for (AlignmentPropertyValue c : AlignmentPropertyValue.values()) System.out.println(c);
public static AlignmentPropertyValue valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 1998–2023 iText Group NV. All rights reserved.