Class MacOSRomanEncoding

  • All Implemented Interfaces:
    COSObjectable

    public class MacOSRomanEncoding
    extends MacRomanEncoding
    This is the Mac OS Roman encoding, which is similar to the MacRomanEncoding with the addition of 15 entries
    • Field Detail

      • MAC_OS_ROMAN_ENCODING_TABLE

        private static final java.lang.Object[][] MAC_OS_ROMAN_ENCODING_TABLE
        Table of octal character codes and their corresponding names on top of MacRomanEncoding.
      • INSTANCE

        public static final MacOSRomanEncoding INSTANCE
        Singleton instance of this class.
        Since:
        Apache PDFBox 2.0.0
    • Constructor Detail

      • MacOSRomanEncoding

        public MacOSRomanEncoding()
        Constructor.