public static enum IPDFTextCellStyle.FontStyle extends Enum<IPDFTextCellStyle.FontStyle>
Enum Constant and Description |
---|
BOLD |
BOLD_ITALIC |
ITALIC |
NORMAL |
STRIKETHRU |
UNDERLINE |
Modifier and Type | Method and Description |
---|---|
int |
style() |
static IPDFTextCellStyle.FontStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPDFTextCellStyle.FontStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPDFTextCellStyle.FontStyle BOLD
public static final IPDFTextCellStyle.FontStyle BOLD_ITALIC
public static final IPDFTextCellStyle.FontStyle STRIKETHRU
public static final IPDFTextCellStyle.FontStyle NORMAL
public static final IPDFTextCellStyle.FontStyle ITALIC
public static final IPDFTextCellStyle.FontStyle UNDERLINE
public static IPDFTextCellStyle.FontStyle[] values()
for (IPDFTextCellStyle.FontStyle c : IPDFTextCellStyle.FontStyle.values()) System.out.println(c);
public static IPDFTextCellStyle.FontStyle 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 nullpublic int style()