public enum WatermarkTextStyle extends Enum<WatermarkTextStyle>
Enum Constant and Description |
---|
BOLD |
ITALIC |
MONO |
RTL |
SERIF |
STRIKEOUT |
UNDERLINE |
Modifier and Type | Method and Description |
---|---|
static WatermarkTextStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatermarkTextStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatermarkTextStyle BOLD
public static final WatermarkTextStyle ITALIC
public static final WatermarkTextStyle UNDERLINE
public static final WatermarkTextStyle STRIKEOUT
public static final WatermarkTextStyle SERIF
public static final WatermarkTextStyle MONO
public static final WatermarkTextStyle RTL
public static WatermarkTextStyle[] values()
for (WatermarkTextStyle c : WatermarkTextStyle.values()) System.out.println(c);
public static WatermarkTextStyle 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 © 2020 Hyland Software Germany GmbH. All rights reserved.