Uses of Class
org.apache.pdfbox.cos.COSUpdateState
Packages that use COSUpdateState
Package
Description
These are the low level objects that make up a PDF document.
-
Uses of COSUpdateState in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as COSUpdateStateModifier and TypeFieldDescriptionprivate final COSUpdateStateCOSArray.updateStateprivate final COSUpdateStateCOSDictionary.updateStateprivate final COSUpdateStateCOSObject.updateStateMethods in org.apache.pdfbox.cos that return COSUpdateStateModifier and TypeMethodDescriptionCOSArray.getUpdateState()Returns the currentCOSUpdateStateof thisCOSArray.COSDictionary.getUpdateState()Returns the currentCOSUpdateStateof thisCOSDictionary.COSObject.getUpdateState()Returns the currentCOSUpdateStateof thisCOSObject.COSUpdateInfo.getUpdateState()Returns the currentCOSUpdateStateof thisCOSUpdateInfo.Methods in org.apache.pdfbox.cos with parameters of type COSUpdateStateModifier and TypeMethodDescriptionprivate voidCOSIncrement.updateDifferentOrigin(COSUpdateState updateState) Check whether the givenCOSUpdateState´sCOSDocumentStatediffers from theCOSIncrement´s knownCOSIncrement.incrementOrigin.
Should that be the case, theCOSUpdateStateoriginates from anotherCOSDocumentand must be added to theCOSIncrement, hence callupdate().