Uses of Interface
org.apache.pdfbox.cos.COSUpdateInfo
Packages that use COSUpdateInfo
Package
Description
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 COSUpdateInfoModifier and TypeClassDescriptionclassAn array of PDFBase objects as part of the PDF document.classThis class represents a dictionary where name/value pairs reside.classThis class represents a PDF object.classThis class represents a stream object in a PDF document.(package private) final classAn unmodifiable COSDictionary.Fields in org.apache.pdfbox.cos declared as COSUpdateInfoModifier and TypeFieldDescriptionprivate final COSUpdateInfoCOSIncrement.incrementOriginContains theCOSUpdateInfothat thisCOSIncrementcreates an increment for.private final COSUpdateInfoCOSUpdateState.updateInfoTheCOSUpdateInfotheCOSUpdateStatedoes manage update states for.Constructors in org.apache.pdfbox.cos with parameters of type COSUpdateInfoModifierConstructorDescriptionCOSIncrement(COSUpdateInfo incrementOrigin) Creates a newCOSIncrementfor the givenCOSUpdateInfo, the increment will use it´sCOSDocumentStateas it´s own origin and shall collect all updates contained in the givenCOSUpdateInfo.
Should the given object benull, the resulting increment shall be empty.COSUpdateState(COSUpdateInfo updateInfo) Creates a newCOSUpdateStatefor the givenCOSUpdateInfo. -
Uses of COSUpdateInfo in org.apache.pdfbox.examples.signature.validation
Methods in org.apache.pdfbox.examples.signature.validation with type parameters of type COSUpdateInfoModifier and TypeMethodDescriptionprivate static <T extends COSBase & COSUpdateInfo>
TAddValidationInformation.getOrCreateDictionaryEntry(Class<T> clazz, COSDictionary parent, String name) Gets or creates a dictionary entry.