Uses of Class
org.apache.pdfbox.cos.COSUpdateState
-
Packages that use COSUpdateState Package Description org.apache.pdfbox.cos 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 COSUpdateState Modifier and Type Field Description private COSUpdateStateCOSArray. updateStateprivate COSUpdateStateCOSDictionary. updateStateprivate COSUpdateStateCOSObject. updateStateMethods in org.apache.pdfbox.cos that return COSUpdateState Modifier and Type Method Description COSUpdateStateCOSArray. getUpdateState()Returns the currentCOSUpdateStateof thisCOSArray.COSUpdateStateCOSDictionary. getUpdateState()Returns the currentCOSUpdateStateof thisCOSDictionary.COSUpdateStateCOSObject. getUpdateState()Returns the currentCOSUpdateStateof thisCOSObject.COSUpdateStateCOSUpdateInfo. getUpdateState()Returns the currentCOSUpdateStateof thisCOSUpdateInfo.Methods in org.apache.pdfbox.cos with parameters of type COSUpdateState Modifier and Type Method Description private 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().
-