Package org.apache.fop.render.pcl.fonts
Enum PCLSymbolSet
- All Implemented Interfaces:
Serializable
,Comparable<PCLSymbolSet>
Table C-1 from http://www.lprng.com/DISTRIB/RESOURCES/DOCS/pcl5comp.pdf
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getKind1()
static PCLSymbolSet
Returns the enum constant of this type with the specified name.static PCLSymbolSet[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Unbound
-
Bound_Generic
-
GW_3212
-
ISO_60_Danish_Norwegian
-
Devanagari
-
ISO_4_United_Kingdom
-
Windows_3_1_Latin2
-
ISO_69_French
-
ISO_21_German
-
Greek_8
-
Windows_3_1_Latin_Greek
-
PC_851_Latin_Greek
-
PC_8_Latin_Greek
-
Hebrew_7
-
ISO_8859_8_Latin_Hebrew
-
Hebrew_8
-
PC_862_Latin_Hebrew
-
ISO_15_Italian
-
Microsoft_Publishing
-
DeskTop
-
Document
-
PC_1004
-
PS_Text
-
PS_ISO_Latin1
-
MC_Text
-
Ventura_International3
-
Ventura_US3
-
Swash_Characters
-
Small_Caps_Old_Style_Figures
-
Old_Style_Figures
-
Fractions
-
Lining_Figures
-
Small_Caps_and_Lining_Figures
-
Alternate_Caps
-
Kana_8_JIS_210
-
Korean_8
-
Line_Draw_7
-
HP_Block_Characters
-
Tax_Line_Draw
-
Line_Draw_8
-
Ventura_ITC_Zapf_Dingbats3
-
PS_ITC_Zapf_Dingbats
-
ITC_Zapf_Dingbats_Series_100
-
ITC_Zapf_Dingbats_Series_200
-
ITC_Zapf_Dingbats_Series_300
-
Windows_Baltic
-
Carta
-
Ornaments
-
Universal_News_Commercial_Pi
-
Chess
-
Astrology_1
-
Pi_Set_1
-
Pi_Set_2
-
Pi_Set_3
-
Pi_Set_4
-
Pi_Set_5
-
Pi_Set_6
-
Wingdings
-
Math_7
-
Tech_7
-
PS_Math
-
Ventura_Math3
-
Math_8
-
Universal_Greek_Math_Pi
-
TeX_Math_Extension
-
TeX_Math_Symbol
-
TeX_Math_Italic
-
Symbol
-
ISO_8859_1_Latin_1
-
ISO_8859_2_Latin_2
-
ISO_8859_3_Latin_3
-
ISO_8859_4_Latin_4
-
ISO_8859_9_Latin_5
-
ISO_8859_10_Latin_6
-
ISO_8859_5_Latin_Cyrillic
-
ISO_8859_6_Latin_Arabic
-
ISO_8859_7_Latin_Greek
-
OCR_A
-
OCR_B
-
OCR_M
-
MICR_E13B
-
Typewriter_Paired_APL
-
Bit_Paired_APL
-
Expert
-
Alternate
-
Fraktur
-
Cyrillic_ASCII_8859_5_1986
-
Cyrillic
-
PC_Cyrillic
-
Windows_3_1_Latin_Cyrillic
-
ISO_11_Swedish
-
ISO_17_Spanish3
-
HP_European_Spanish
-
HP_Latin_Spanish
-
HP_GL_Download
-
HP_GL_Drafting
-
HP_GL_Special_Symbols
-
Sonata
-
Thai_8
-
TISI_620_2533_Thai
-
Windows_3_1_Latin_5
-
Turkish_8
-
PC_8_Turkish
-
Teletex
-
ISO_6_ASCII
-
Legal
-
HPL
-
OEM_1
-
Roman_8
-
Windows_3_0_Latin_1
-
PC_8_Code_Page_437
-
PC_8_D_N_Danish_Norwegian
-
PC_850_Multilingual
-
Pi_Font
-
PC_857
-
PC_852_Latin_2
-
Windows_3_1_Latin_1
-
PC_860_Portugal
-
PC_861_Iceland
-
PC_863_Canada_French
-
PC_865_Norway
-
PC_775
-
Arabic_8
-
Windows_3_1_Latin_Arabic
-
Code_Page_864_Latin_Arabic
-
Barcode_3of9
-
Industrial_2_of_5_Barcode
-
Matrix_2_of_5_Barcode
-
Interleaved_2_of_5_Barcode
-
CODABAR_Barcode
-
MSI_Plessey_Barcode
-
Code_11_Barcode
-
UPC_EAN_Barcode
-
MICR_CMC_7
-
USPS_ZIP
-
Math_7_2
-
Line_Draw_7_2
-
HP_Large_Characters
-
ISO_61_Norwegian_Version_2
-
Roman_Extension
-
ISO_25_French
-
HP_German
-
ISO_14_JIS_ASCII
-
ISO_13_Katakana
-
ISO_57_Chinese
-
HP_Spanish
-
ISO_10_Swedish
-
ISO_16_Portuguese
-
ISO_84_Portuguese
-
ISO_85_Spanish
-
ISO_2_International_Reference
-
Arabic
-
-
Field Details
-
symbolSetID
-
kind1
private int kind1
-
-
Constructor Details
-
PCLSymbolSet
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getSymbolSetID
-
getKind1
public int getKind1()
-