Package org.apache.pdfbox.encoding
Class PdfDocEncoding
- java.lang.Object
-
- org.apache.pdfbox.encoding.Encoding
-
- org.apache.pdfbox.encoding.PdfDocEncoding
-
- All Implemented Interfaces:
COSObjectable
public class PdfDocEncoding extends Encoding
This is an interface to a text encoder.- Version:
- $Revision: 1.10 $
- Author:
- Ben Litchfield
-
-
Field Summary
Fields Modifier and Type Field Description static PdfDocEncoding
INSTANCE
Singleton instance of this class.-
Fields inherited from class org.apache.pdfbox.encoding.Encoding
codeToName, nameToCode, NOTDEF
-
-
Constructor Summary
Constructors Constructor Description PdfDocEncoding()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description COSBase
getCOSObject()
Convert this standard java object to a COS object.-
Methods inherited from class org.apache.pdfbox.encoding.Encoding
addCharacterEncoding, getCharacter, getCharacter, getCharacterForName, getCode, getCodeToNameMap, getName, getNameFromCharacter, getNameToCodeMap, hasCodeForName, hasNameForCode
-
-
-
-
Field Detail
-
INSTANCE
public static final PdfDocEncoding INSTANCE
Singleton instance of this class.- Since:
- Apache PDFBox 1.3.0
-
-
Method Detail
-
getCOSObject
public COSBase getCOSObject()
Convert this standard java object to a COS object.- Returns:
- The cos object that matches this Java object.
-
-