Le Coup de Cap
Vue de l’ensemble
‘ToUnicodeCMap’ est une classe dans Aspose.PDF FOSS pour Java.
Un parsé ToUnicode CMap (ISO 32000-1:2008, §9.10.3).
Cette classe fournit 5 méthodes pour travailler avec les objets ToUnicodeCMap dans les programmes Java. Les méthodologies disponibles comprennent: ToUicode CMap, contains , getMappings,, ’lookupetsize. Tous les membres publics sont accessibles à n'importe quelle application Java après l'installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : mapping` .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
mappings | Map<Integer, String> | Read | Returns an unmodifiable view of all mappings. |
méthodes
| Signature | Description |
|---|---|
ToUnicodeCMap(mappings: Map<Integer, String>) | Creates a ToUnicodeCMap with the given mappings. |
lookup(charCode: int) → String | Looks up the Unicode string for the given character code. |
contains(charCode: int) → boolean | Returns whether the given character code is mapped. |
size() → int | Returns the number of mappings. |
getMappings() → Map<Integer, String> | Returns an unmodifiable view of all mappings. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise