Package org.apache.pdfbox.pdmodel.font
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.int
toString()
-
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
-