@DoNotObfuscate public enum IdentifiedBy extends java.lang.Enum<IdentifiedBy>
| Enum Constant and Description | 
|---|
ALLPROPERTIES  | 
BASENAME  | 
EMBEDDED  | 
NAME  | 
NAME_TYPE  | 
TYPE  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getNumberOfEntries(java.util.Hashtable<java.lang.String,com.pdfunit.internal.spi.IFont> allFonts)
Returns the number of fonts. 
 | 
static IdentifiedBy | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static IdentifiedBy[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IdentifiedBy ALLPROPERTIES
public static final IdentifiedBy BASENAME
public static final IdentifiedBy EMBEDDED
public static final IdentifiedBy NAME
public static final IdentifiedBy NAME_TYPE
public static final IdentifiedBy TYPE
public static IdentifiedBy[] values()
for (IdentifiedBy c : IdentifiedBy.values()) System.out.println(c);
public static IdentifiedBy 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 int getNumberOfEntries(java.util.Hashtable<java.lang.String,com.pdfunit.internal.spi.IFont> allFonts)
Copyright (C) PDFUnit.com. See here for license.