| Package | Description |
|---|---|
| org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
COSArray
An array of PDFBase objects as part of the PDF document.
|
class |
COSDictionary
This class represents a dictionary where name/value pairs reside.
|
class |
COSObject
This class represents a PDF object.
|
class |
COSStream
This class represents a stream object in a PDF document.
|
| Constructor and Description |
|---|
COSIncrement(COSUpdateInfo incrementOrigin)
Creates a new
COSIncrement for the given COSUpdateInfo, the increment will use it´s
COSDocumentState as it´s own origin and shall collect all updates contained in the given
COSUpdateInfo.Should the given object be null, the resulting increment shall be empty. |
COSUpdateState(COSUpdateInfo updateInfo)
Creates a new
COSUpdateState for the given COSUpdateInfo. |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.