public enum EBootstrapVerticalAlignType extends Enum<EBootstrapVerticalAlignType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
BASELINE |
BOTTOM |
MIDDLE |
TEXT_BOTTOM |
TEXT_TOP |
TOP |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapVerticalAlignType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapVerticalAlignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapVerticalAlignType BASELINE
public static final EBootstrapVerticalAlignType TOP
public static final EBootstrapVerticalAlignType MIDDLE
public static final EBootstrapVerticalAlignType BOTTOM
public static final EBootstrapVerticalAlignType TEXT_TOP
public static final EBootstrapVerticalAlignType TEXT_BOTTOM
public static EBootstrapVerticalAlignType[] values()
for (EBootstrapVerticalAlignType c : EBootstrapVerticalAlignType.values()) System.out.println(c);
public static EBootstrapVerticalAlignType 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 © 2015–2020 Philip Helger. All rights reserved.