|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.encoding.Encoding
org.apache.pdfbox.encoding.WinAnsiEncoding
public class WinAnsiEncoding
This the win ansi encoding.
Field Summary | |
---|---|
static WinAnsiEncoding |
INSTANCE
Singleton instance of this class. |
Fields inherited from class org.apache.pdfbox.encoding.Encoding |
---|
codeToName, nameToCode, NOTDEF |
Constructor Summary | |
---|---|
WinAnsiEncoding()
Constructor. |
Method Summary | |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
java.lang.String |
getName(int code)
This will take a character code and get the name from the code. |
Methods inherited from class org.apache.pdfbox.encoding.Encoding |
---|
addCharacterEncoding, getCharacter, getCharacter, getCode, getCodeToNameMap, getNameFromCharacter, getNameToCodeMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final WinAnsiEncoding INSTANCE
Constructor Detail |
---|
public WinAnsiEncoding()
Method Detail |
---|
public java.lang.String getName(int code) throws java.io.IOException
Encoding
getName
in class Encoding
code
- The character code.
java.io.IOException
- If there is no name for the code.public COSBase getCOSObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |