Class 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 Detail

      • INSTANCE

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

      • PdfDocEncoding

        public PdfDocEncoding()
        Constructor.
    • Method Detail

      • getCOSObject

        public COSBase getCOSObject()
        Convert this standard java object to a COS object.
        Returns:
        The cos object that matches this Java object.