Uses of Class
org.apache.pdfbox.cos.COSDocumentState
Packages that use COSDocumentState
Package
Description
These are the low level objects that make up a PDF document.
-
Uses of COSDocumentState in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as COSDocumentStateModifier and TypeFieldDescriptionprivate final COSDocumentStateCOSDocument.documentStateprivate COSDocumentStateCOSUpdateState.originDocumentStateTheCOSDocumentStatetheCOSUpdateState.updateInfois linked to.Methods in org.apache.pdfbox.cos that return COSDocumentStateModifier and TypeMethodDescriptionCOSDocument.getDocumentState()Returns theCOSDocumentStateof thisCOSDocument.COSUpdateState.getOriginDocumentState()Returns theCOSUpdateState.originDocumentState, that is linked to the managedCOSUpdateState.updateInfo.Methods in org.apache.pdfbox.cos with parameters of type COSDocumentStateModifier and TypeMethodDescriptionvoidCOSUpdateState.setOriginDocumentState(COSDocumentState originDocumentState) Links the givenCOSDocumentStateto theCOSUpdateState.updatedstate of the managedCOSUpdateState.updateInfo.private voidCOSUpdateState.setOriginDocumentState(COSDocumentState originDocumentState, boolean dereferencing) Links the givenCOSDocumentStateto theCOSUpdateState.updatedstate of the managedCOSUpdateState.updateInfo.