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.int
toString()
-
Field Details
-
dictionary
-
-
Constructor Details
-
PDCIDSystemInfo
-
PDCIDSystemInfo
PDCIDSystemInfo(COSDictionary dictionary)
-
-
Method Details
-
getRegistry
-
getOrdering
-
getSupplement
public int getSupplement() -
getCOSObject
Description copied from interface:COSObjectable
Convert this standard java object to a COS object.- Specified by:
getCOSObject
in interfaceCOSObjectable
- Returns:
- The cos object that matches this Java object.
-
toString
-