ToUnicodeCMap

ToUnicodeCMap

Overview

ToUnicodeCMap is a class in Aspose.Pdf FOSS for Java.

A parsed ToUnicode CMap (ISO 32000-1:2008, §9.10.3).

Properties

NameTypeAccessDescription
mappingsMap<Integer, String>ReadReturns an unmodifiable view of all mappings.

Methods

SignatureDescription
ToUnicodeCMap(mappings: Map<Integer, String>)Creates a ToUnicodeCMap with the given mappings.
lookup(charCode: int)StringLooks up the Unicode string for the given character code.
contains(charCode: int)booleanReturns whether the given character code is mapped.
size()intReturns the number of mappings.
getMappings()Map<Integer, String>Returns an unmodifiable view of all mappings.

See Also