|
||||||||||
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.DictionaryEncoding
public class DictionaryEncoding
This will perform the encoding from a dictionary.
Field Summary |
---|
Fields inherited from class org.apache.pdfbox.encoding.Encoding |
---|
codeToName, nameToCode, NOTDEF |
Constructor Summary | |
---|---|
DictionaryEncoding(COSDictionary fontEncoding)
Constructor. |
Method Summary | |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
Methods inherited from class org.apache.pdfbox.encoding.Encoding |
---|
addCharacterEncoding, getCharacter, getCharacter, getCode, getCodeToNameMap, getName, getNameFromCharacter, getNameToCodeMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DictionaryEncoding(COSDictionary fontEncoding) throws java.io.IOException
fontEncoding
- The encoding dictionary.
java.io.IOException
- If there is a problem getting the base font.Method Detail |
---|
public COSBase getCOSObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |