public enum InlineVerticalAlignmentType extends Enum<InlineVerticalAlignmentType>
InlineVerticalAlignment.getType().| Enum Constant and Description |
|---|
BASELINE |
BOTTOM |
FIXED
Fixed is used when a length value is given in css.
|
FRACTION
Fixed is used when a percentage value is given in css.
|
MIDDLE |
SUB |
SUPER |
TEXT_BOTTOM |
TEXT_TOP |
TOP |
| Modifier and Type | Method and Description |
|---|---|
static InlineVerticalAlignmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineVerticalAlignmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InlineVerticalAlignmentType BASELINE
public static final InlineVerticalAlignmentType TEXT_TOP
public static final InlineVerticalAlignmentType TEXT_BOTTOM
public static final InlineVerticalAlignmentType SUB
public static final InlineVerticalAlignmentType SUPER
public static final InlineVerticalAlignmentType FIXED
InlineVerticalAlignment.setValue(float)public static final InlineVerticalAlignmentType FRACTION
InlineVerticalAlignment.setValue(float)public static final InlineVerticalAlignmentType MIDDLE
public static final InlineVerticalAlignmentType TOP
public static final InlineVerticalAlignmentType BOTTOM
public static InlineVerticalAlignmentType[] values()
for (InlineVerticalAlignmentType c : InlineVerticalAlignmentType.values()) System.out.println(c);
public static InlineVerticalAlignmentType 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–2023 Apryse Group NV. All rights reserved.