public enum CffIndexProviderType extends Enum<CffIndexProviderType>
Specifies INDEX structures supported by the index provider interface family.
| Enum Constant and Description |
|---|
NameIndex
Name INDEX
|
StringIndex
String INDEX
|
| Modifier and Type | Method and Description |
|---|---|
static CffIndexProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CffIndexProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CffIndexProviderType NameIndex
public static final CffIndexProviderType StringIndex
public static CffIndexProviderType[] values()
for (CffIndexProviderType c : CffIndexProviderType.values()) System.out.println(c);
public static CffIndexProviderType 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 © 2025 Aspose. All Rights Reserved.