Class SymbolEncoding
java.lang.Object
org.apache.pdfbox.pdmodel.font.encoding.Encoding
org.apache.pdfbox.pdmodel.font.encoding.SymbolEncoding
- All Implemented Interfaces:
COSObjectable
This is an interface to a text encoder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SymbolEncoding
Singleton instance of this class.private static final Object[][]
Table of octal character codes and their corresponding names.Fields inherited from class org.apache.pdfbox.pdmodel.font.encoding.Encoding
CHAR_CODE, CHAR_NAME, codeToName, inverted
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.Returns the name of this encoding.Methods inherited from class org.apache.pdfbox.pdmodel.font.encoding.Encoding
add, contains, contains, getCodeToNameMap, getInstance, getName, getNameToCodeMap, overwrite
-
Field Details
-
SYMBOL_ENCODING_TABLE
Table of octal character codes and their corresponding names. -
INSTANCE
Singleton instance of this class.
-
-
Constructor Details
-
SymbolEncoding
public SymbolEncoding()Constructor.
-
-
Method Details
-
getCOSObject
Description copied from interface:COSObjectable
Convert this standard java object to a COS object.- Returns:
- The cos object that matches this Java object.
-
getEncodingName
Description copied from class:Encoding
Returns the name of this encoding.- Specified by:
getEncodingName
in classEncoding
-