Package org.apache.pdfbox.pdmodel.font
Class PDCIDSystemInfo
java.lang.Object
org.apache.pdfbox.pdmodel.font.PDCIDSystemInfo
- All Implemented Interfaces:
COSObjectable
Represents a CIDSystemInfo.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPDCIDSystemInfo(String registry, String ordering, int supplement) PDCIDSystemInfo(COSDictionary dictionary) -
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.inttoString()
-
Field Details
-
dictionary
-
-
Constructor Details
-
PDCIDSystemInfo
-
PDCIDSystemInfo
PDCIDSystemInfo(COSDictionary dictionary)
-
-
Method Details
-
getRegistry
-
getOrdering
-
getSupplement
public int getSupplement() -
getCOSObject
Description copied from interface:COSObjectableConvert this standard java object to a COS object.- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The cos object that matches this Java object.
-
toString
-