public static enum PsEncoding.Predefined extends java.lang.Enum<PsEncoding.Predefined>
Enum Constant and Description |
---|
CE
The encoding for Central European languages.
|
EXPERT
The standard encoding for expert fonts.
|
EXPERT_SUBSET
The standard encoding for fonts containing a subset of the expert features.
|
ISO_LATIN_1
The ISO Latin Encoding.
|
MAC_EXPERT
The Macintosh encoding for expert fonts.
|
MAC_ROMAN
The Macintosh encoding for Latin languages.
|
PDF_DOC
The encoding used for internal PDF Document objects like bookmarks and document information.
|
STANDARD
The "Standard" or "Adobe Standard" encoding.
|
STANDARD_MACINTOSH_ORDERING
The standard Macintosh encoding.
|
SYMBOL
The encoding used by the Adobe Symbols font.
|
WIN_ANSI
The Windows ANSI encoding.
|
ZAPF_DINGBATS
The encoding used by the Adboe Zapf Dingbats font.
|
Modifier and Type | Method and Description |
---|---|
static PsEncoding.Predefined |
findByName(java.lang.String name)
Finds the instance that matches a given name.
|
java.lang.String |
getName()
Returns the name of this encoding.
|
static PsEncoding.Predefined |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PsEncoding.Predefined[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PsEncoding.Predefined STANDARD
public static final PsEncoding.Predefined ISO_LATIN_1
public static final PsEncoding.Predefined WIN_ANSI
public static final PsEncoding.Predefined SYMBOL
public static final PsEncoding.Predefined ZAPF_DINGBATS
public static final PsEncoding.Predefined CE
public static final PsEncoding.Predefined MAC_ROMAN
public static final PsEncoding.Predefined PDF_DOC
public static final PsEncoding.Predefined MAC_EXPERT
public static final PsEncoding.Predefined EXPERT
public static final PsEncoding.Predefined EXPERT_SUBSET
public static final PsEncoding.Predefined STANDARD_MACINTOSH_ORDERING
public static PsEncoding.Predefined[] values()
for (PsEncoding.Predefined c : PsEncoding.Predefined.values()) System.out.println(c);
public static PsEncoding.Predefined 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 java.lang.String getName()
public static PsEncoding.Predefined findByName(java.lang.String name)
name
- The name of the predefined Encoding vector to find.name
, or null if no such encoding exists.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.