ToUnicodeCMap
ToUnicodeCMap
Összefoglaló
ToUnicodeCMap egy osztály a Aspose.PDF FOSS-ban Java számára.
A ToUnicode CMap elemzés (ISO 32000-1:2008, §9.10.3).
Ez a osztály 5 módszert kínál a ToUnicodeCMap objektumokkal való együttműködéshez Java programokban. A rendelkezésre álló módszerek közé tartozik: ToUnicicodeCMapp, ̋contains , ∂getMappings,, ゚lookup,. ⌒size . Minden nyilvános tag hozzáférhető bármely Java alkalmazáshoz az Aspose.PDF FOSS for Java csomag telepítése után. tulajdonságai: ¬mapping`.
A tulajdonságok
| Name | Type | Access | Description |
|---|---|---|---|
mappings | Map<Integer, String> | Read | Returns an unmodifiable view of all mappings. |
Módszerek
| 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. |
Lásd még:
- Aspose.PDF a Java Enterprise API referenciára