Uses of Interface
com.pd4ml.pdf.cos.COSObjectable
-
Packages that use COSObjectable Package Description com.pd4ml.pdf.cos -
-
Uses of COSObjectable in com.pd4ml.pdf.cos
Classes in com.pd4ml.pdf.cos that implement COSObjectable Modifier and Type Class Description classCOSArrayA PDF array object.classCOSBaseBase class for every object that can appear in the COS (Carousel Object Structure) layer of a PDF document: booleans, numbers, strings, names, arrays, dictionaries, streams, the null object and indirect references.classCOSBooleanA PDF boolean object:trueorfalse.classCOSDictionaryA PDF dictionary object: an unordered (here: insertion-ordered, for deterministic output) map fromCOSNamekeys to arbitrary COS values.classCOSFloatA PDF real number object, e.g.classCOSIntegerA PDF integer object.classCOSNameA PDF name object, e.g.classCOSNullThe PDFnullobject.classCOSNumberBase class for the two PDF numeric object types, integers and reals.classCOSObjectAn indirect reference, i.e.classCOSStreamA PDF stream object: aCOSDictionary(the "stream dictionary") together with a run of raw bytes.classCOSStringA PDF string object.
-