Uses of Interface
org.apache.pdfbox.cos.COSUpdateInfo
-
Packages that use COSUpdateInfo Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document. -
-
Uses of COSUpdateInfo in org.apache.pdfbox.cos
Classes in org.apache.pdfbox.cos that implement COSUpdateInfo Modifier and Type Class Description class
COSArray
An array of PDFBase objects as part of the PDF document.class
COSDictionary
This class represents a dictionary where name/value pairs reside.class
COSObject
This class represents a PDF object.class
COSStream
This class represents a stream object in a PDF document.(package private) class
UnmodifiableCOSDictionary
An unmodifiable COSDictionary.
-