public enum FontKerning extends Enum<FontKerning>
IElement
's kerning property. This class is meant to be used as the value for the Property.FONT_KERNING
key in an IPropertyContainer
.
Modifier and Type | Method and Description |
---|---|
static FontKerning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontKerning[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final FontKerning YES
public static final FontKerning NO
public static FontKerning[] values()
for (FontKerning c : FontKerning.values()) System.out.println(c);
public static FontKerning valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 1998–2018 iText Group NV. All rights reserved.