Class PDCIDSystemInfo
java.lang.Object
org.apache.pdfbox.pdmodel.font.PDCIDSystemInfo
- All Implemented Interfaces:
COSObjectable
Represents a CIDSystemInfo.
- Author:
- John Hewson
-
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.inttoString()
-
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
-