Package org.verapdf.pd.font
Class PDCIDSystemInfo
- java.lang.Object
-
- org.verapdf.pd.PDObject
-
- org.verapdf.pd.font.PDCIDSystemInfo
-
public class PDCIDSystemInfo extends PDObject
Represents CIDSystemInfo dictionary in CID fonts.- Author:
- Sergey Shemyakov
-
-
Constructor Summary
Constructors Constructor Description PDCIDSystemInfo(COSObject obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOrdering()StringgetRegistry()LonggetSupplement()-
Methods inherited from class org.verapdf.pd.PDObject
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObject
-
-
-
-
Constructor Detail
-
PDCIDSystemInfo
public PDCIDSystemInfo(COSObject obj)
-
-
Method Detail
-
getRegistry
public String getRegistry()
- Returns:
- a string identifying the issuer of the character collection.
-
getOrdering
public String getOrdering()
- Returns:
- a string that uniquely names the character collection within the specified registry.
-
getSupplement
public Long getSupplement()
- Returns:
- the supplement number of the character collection.
-
-