| Package | Description |
|---|---|
| org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
COSDocumentState |
COSDocument.getDocumentState()
Returns the
COSDocumentState of this COSDocument. |
COSDocumentState |
COSUpdateState.getOriginDocumentState()
Returns the
COSUpdateState.originDocumentState, that is linked to the managed COSUpdateState.updateInfo. |
| Modifier and Type | Method and Description |
|---|---|
void |
COSUpdateState.setOriginDocumentState(COSDocumentState originDocumentState)
Links the given
COSDocumentState to the COSUpdateState.updated state of the managed COSUpdateState.updateInfo. |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.