public static enum Html2Txt.Alignment extends Enum<Html2Txt.Alignment>
Html2Txt.BlockElementFormatter| Modifier and Type | Method and Description |
|---|---|
static Html2Txt.Alignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Html2Txt.Alignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Html2Txt.Alignment LEFT
public static final Html2Txt.Alignment RIGHT
public static final Html2Txt.Alignment CENTER
public static final Html2Txt.Alignment JUSTIFY
public static Html2Txt.Alignment[] values()
for (Html2Txt.Alignment c : Html2Txt.Alignment.values()) System.out.println(c);
public static Html2Txt.Alignment 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 © 2018 Arno Unkrig. All rights reserved.