Uses of Class
org.apache.pdfbox.cos.COSDocumentState
-
Packages that use COSDocumentState Package Description org.apache.pdfbox.cos 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 COSDocumentState Modifier and Type Field Description private COSDocumentStateCOSDocument. documentStateprivate COSDocumentStateCOSUpdateState. originDocumentStateTheCOSDocumentStatetheCOSUpdateState.updateInfois linked to.Methods in org.apache.pdfbox.cos that return COSDocumentState Modifier and Type Method Description COSDocumentStateCOSDocument. getDocumentState()Returns theCOSDocumentStateof thisCOSDocument.COSDocumentStateCOSUpdateState. getOriginDocumentState()Returns theCOSUpdateState.originDocumentState, that is linked to the managedCOSUpdateState.updateInfo.Methods in org.apache.pdfbox.cos with parameters of type COSDocumentState Modifier and Type Method Description voidCOSUpdateState. 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.
-