public enum EBootstrapDisplayPrintType extends Enum<EBootstrapDisplayPrintType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
BLOCK |
FLEX |
INLINE |
INLINE_BLOCK |
INLINE_FLEX |
NONE |
TABLE |
TABLE_CELL |
TABLE_ROW |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapDisplayPrintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapDisplayPrintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapDisplayPrintType BLOCK
public static final EBootstrapDisplayPrintType INLINE
public static final EBootstrapDisplayPrintType INLINE_BLOCK
public static final EBootstrapDisplayPrintType NONE
public static final EBootstrapDisplayPrintType TABLE
public static final EBootstrapDisplayPrintType TABLE_CELL
public static final EBootstrapDisplayPrintType TABLE_ROW
public static final EBootstrapDisplayPrintType FLEX
public static final EBootstrapDisplayPrintType INLINE_FLEX
public static EBootstrapDisplayPrintType[] values()
for (EBootstrapDisplayPrintType c : EBootstrapDisplayPrintType.values()) System.out.println(c);
public static EBootstrapDisplayPrintType 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.