Home » pdfbox-1.1.0-src » org.apache.pdfbox.encoding » [javadoc | source]
org.apache.pdfbox.encoding
public class: PdfDocEncoding [javadoc | source]
java.lang.Object
   org.apache.pdfbox.encoding.Encoding
      org.apache.pdfbox.encoding.PdfDocEncoding

All Implemented Interfaces:
    COSObjectable

This is an interface to a text encoder.
Fields inherited from org.apache.pdfbox.encoding.Encoding:
codeToName,  nameToCode
Constructor:
 public PdfDocEncoding() 
Method from org.apache.pdfbox.encoding.PdfDocEncoding Summary:
getCOSObject
Methods from org.apache.pdfbox.encoding.Encoding:
addCharacterEncoding,   getCharacter,   getCharacter,   getCode,   getCodeToNameMap,   getName,   getNameFromCharacter,   getNameToCodeMap
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.encoding.PdfDocEncoding Detail:
 public COSBase getCOSObject() 
    Convert this standard java object to a COS object.