Uses of Class
org.pdfbox.encoding.Encoding

Packages that use Encoding
org.pdfbox.encoding This package contains the implementations for all of the encodings that are used in PDF documents. 
org.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. 
 

Uses of Encoding in org.pdfbox.encoding
 

Subclasses of Encoding in org.pdfbox.encoding
 class AFMEncoding
          This will handle the encoding from an AFM font.
 class DictionaryEncoding
          This will perform the encoding from a dictionary.
 class MacRomanEncoding
          This is an interface to a text encoder.
 class PdfDocEncoding
          This is an interface to a text encoder.
 class StandardEncoding
          This is an interface to a text encoder.
 class WinAnsiEncoding
          This the win ansi encoding.
 

Methods in org.pdfbox.encoding that return Encoding
 Encoding EncodingManager.getStandardEncoding()
          This will get the standard encoding.
 Encoding EncodingManager.getEncoding(COSName name)
          This will get an encoding by name.
 

Uses of Encoding in org.pdfbox.pdmodel.font
 

Methods in org.pdfbox.pdmodel.font that return Encoding
 Encoding PDFont.getEncoding()
          This will get or create the encoder.
 

Methods in org.pdfbox.pdmodel.font with parameters of type Encoding
 void PDFont.setEncoding(Encoding enc)
          The will set the encoding for this font.