public class PDCMap extends PDObject
| Constructor and Description |
|---|
PDCMap(COSObject cMap)
Constructor from COSObject.
|
| Modifier and Type | Method and Description |
|---|---|
COSObject |
getcMap() |
CMap |
getCMapFile() |
String |
getCMapName() |
String |
getOrdering() |
String |
getRegistry() |
Long |
getSupplement() |
COSObject |
getUseCMap() |
boolean |
isIdentity()
Checks if this cMap is identity.
|
String |
toUnicode(int code)
Gets Unicode value for this code.
|
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObjectpublic PDCMap(COSObject cMap)
cMap - is COSStream containing CMap or COSName containing name of
predefined CMap.public String getCMapName()
public COSObject getcMap()
public CMap getCMapFile()
public String getRegistry()
public String getOrdering()
public Long getSupplement()
public COSObject getUseCMap()
public String toUnicode(int code)
public boolean isIdentity()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.