org.apache.pdfbox.encoding
Class MacRomanEncoding
java.lang.Object
org.apache.pdfbox.encoding.Encoding
org.apache.pdfbox.encoding.MacRomanEncoding
- All Implemented Interfaces:
- COSObjectable
- Direct Known Subclasses:
- MacOSRomanEncoding
public class MacRomanEncoding
- extends Encoding
This is an interface to a text encoder.
- Author:
- Ben Litchfield
| Methods inherited from class org.apache.pdfbox.encoding.Encoding |
addCharacterEncoding, getCharacter, getCharacter, getCharacterForName, getCode, getCodeToNameMap, getName, getNameFromCharacter, getNameToCodeMap, hasCodeForName, hasNameForCode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final MacRomanEncoding INSTANCE
- Singleton instance of this class.
- Since:
- Apache PDFBox 1.3.0
MacRomanEncoding
public MacRomanEncoding()
- Constructor.
getCOSObject
public COSBase getCOSObject()
- Convert this standard java object to a COS object.
- Returns:
- The cos object that matches this Java object.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.