Enum Constant and Description |
---|
CID |
CIDFontType0 |
CIDFontType2 |
MMType1 |
OpenType |
TrueType |
Type0 |
Type1 |
Type3 |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
displayValue |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.String expectedType) |
static FontType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontType CID
public static final FontType CIDFontType0
public static final FontType CIDFontType2
public static final FontType MMType1
public static final FontType OpenType
public static final FontType TrueType
public static final FontType Type0
public static final FontType Type1
public static final FontType Type3
public static FontType[] values()
for (FontType c : FontType.values()) System.out.println(c);
public static FontType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean matches(java.lang.String expectedType)
Copyright (C) PDFUnit.com. See here for license.