Package org.apache.pdfbox.cos
Class COSDocumentState
- java.lang.Object
-
- org.apache.pdfbox.cos.COSDocumentState
-
public class COSDocumentState extends java.lang.ObjectAn instance ofCOSDocumentStatecollects all known states aCOSDocumentmay have and shall allow their evaluation.- See Also:
COSDocument
-
-
Field Summary
Fields Modifier and Type Field Description private booleanparsingThe parsing state of the document.
-
Constructor Summary
Constructors Constructor Description COSDocumentState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAcceptingUpdates()Returnstrue, if the document´sparsingis completed and it may be updated.voidsetParsing(boolean parsing)Sets theparsingstate of the document.
-