org.apache.poi.hpsf
Class Constants

java.lang.Object
  extended byorg.apache.poi.hpsf.Constants

public class Constants
extends java.lang.Object

Defines constants of general use.

Since:
2004-06-20
Version:
$Id: Constants.java,v 1.4 2005/04/29 16:58:55 klute Exp $
Author:
Rainer Klute <klute@rainer-klute.de>

Field Summary
static int CP_MAC_ARABIC
          Codepage for Macintosh Arabic (Java: MacArabic)
static int CP_MAC_CENTRAL_EUROPE
          Codepage for Macintosh Central Europe (Latin-2) (Java: MacCentralEurope)
static int CP_MAC_CHINESE_SIMPLE
          Codepage for Macintosh Chinese Simplified (Java: unknown - use EUC_CN, ISO2022_CN_GB, MS936 or cp935)
static int CP_MAC_CHINESE_TRADITIONAL
          Codepage for Macintosh Chinese Traditional (Java: unknown - use Big5, MS950, or cp937)
static int CP_MAC_CROATIAN
          Codepage for Macintosh Croatian (Java: MacCroatian)
static int CP_MAC_CYRILLIC
          Codepage for Macintosh Cyrillic (Java: MacCyrillic)
static int CP_MAC_GREEK
          Codepage for Macintosh Greek (Java: MacGreek)
static int CP_MAC_HEBREW
          Codepage for Macintosh Hebrew (Java: MacHebrew)
static int CP_MAC_ICELAND
          Codepage for Macintosh Iceland (Java: MacIceland)
static int CP_MAC_JAPAN
          Codepage for Macintosh Japan (Java: unknown - use SJIS, cp942 or cp943)
static int CP_MAC_KOREAN
          Codepage for Macintosh Korean (Java: unknown - use EUC_KR or cp949)
static int CP_MAC_ROMAN
          Codepage for Macintosh Roman (Java: MacRoman)
static int CP_MAC_ROMANIA
          Codepage for Macintosh Romanian (Java: MacRomania)
static int CP_MAC_THAI
          Codepage for Macintosh Thai (Java: MacThai)
static int CP_MAC_TURKISH
          Codepage for Macintosh Turkish (Java: MacTurkish)
static int CP_MAC_UKRAINE
          Codepage for Macintosh Ukrainian (Java: MacUkraine)
static int CP_MS949
          Codepage for MS949
static int CP_SJIS
          Codepage for SJIS
static int CP_UNICODE
          Codepage for Unicode
static int CP_UTF16
          Codepage for UTF-16
static int CP_UTF8
          Codepage for UTF-8
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CP_SJIS

public static final int CP_SJIS

Codepage for SJIS

See Also:
Constant Field Values

CP_MS949

public static final int CP_MS949

Codepage for MS949

See Also:
Constant Field Values

CP_UTF16

public static final int CP_UTF16

Codepage for UTF-16

See Also:
Constant Field Values

CP_MAC_ROMAN

public static final int CP_MAC_ROMAN

Codepage for Macintosh Roman (Java: MacRoman)

See Also:
Constant Field Values

CP_MAC_JAPAN

public static final int CP_MAC_JAPAN

Codepage for Macintosh Japan (Java: unknown - use SJIS, cp942 or cp943)

See Also:
Constant Field Values

CP_MAC_CHINESE_TRADITIONAL

public static final int CP_MAC_CHINESE_TRADITIONAL

Codepage for Macintosh Chinese Traditional (Java: unknown - use Big5, MS950, or cp937)

See Also:
Constant Field Values

CP_MAC_KOREAN

public static final int CP_MAC_KOREAN

Codepage for Macintosh Korean (Java: unknown - use EUC_KR or cp949)

See Also:
Constant Field Values

CP_MAC_ARABIC

public static final int CP_MAC_ARABIC

Codepage for Macintosh Arabic (Java: MacArabic)

See Also:
Constant Field Values

CP_MAC_HEBREW

public static final int CP_MAC_HEBREW

Codepage for Macintosh Hebrew (Java: MacHebrew)

See Also:
Constant Field Values

CP_MAC_GREEK

public static final int CP_MAC_GREEK

Codepage for Macintosh Greek (Java: MacGreek)

See Also:
Constant Field Values

CP_MAC_CYRILLIC

public static final int CP_MAC_CYRILLIC

Codepage for Macintosh Cyrillic (Java: MacCyrillic)

See Also:
Constant Field Values

CP_MAC_CHINESE_SIMPLE

public static final int CP_MAC_CHINESE_SIMPLE

Codepage for Macintosh Chinese Simplified (Java: unknown - use EUC_CN, ISO2022_CN_GB, MS936 or cp935)

See Also:
Constant Field Values

CP_MAC_ROMANIA

public static final int CP_MAC_ROMANIA

Codepage for Macintosh Romanian (Java: MacRomania)

See Also:
Constant Field Values

CP_MAC_UKRAINE

public static final int CP_MAC_UKRAINE

Codepage for Macintosh Ukrainian (Java: MacUkraine)

See Also:
Constant Field Values

CP_MAC_THAI

public static final int CP_MAC_THAI

Codepage for Macintosh Thai (Java: MacThai)

See Also:
Constant Field Values

CP_MAC_CENTRAL_EUROPE

public static final int CP_MAC_CENTRAL_EUROPE

Codepage for Macintosh Central Europe (Latin-2) (Java: MacCentralEurope)

See Also:
Constant Field Values

CP_MAC_ICELAND

public static final int CP_MAC_ICELAND

Codepage for Macintosh Iceland (Java: MacIceland)

See Also:
Constant Field Values

CP_MAC_TURKISH

public static final int CP_MAC_TURKISH

Codepage for Macintosh Turkish (Java: MacTurkish)

See Also:
Constant Field Values

CP_MAC_CROATIAN

public static final int CP_MAC_CROATIAN

Codepage for Macintosh Croatian (Java: MacCroatian)

See Also:
Constant Field Values

CP_UTF8

public static final int CP_UTF8

Codepage for UTF-8

See Also:
Constant Field Values

CP_UNICODE

public static final int CP_UNICODE

Codepage for Unicode

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright 2005 The Apache Software Foundation or its licensors, as applicable.