| Interface | Description |
|---|---|
| COSObjectable |
This is an interface used to wrap
COSBase objects. |
| COSVisitor |
Visitor interface to visit COS objects.
|
| DisposableCOSObject |
A
COSObjectable that can be disposed once no longer need. |
| Encryptable |
An encryptable object
|
| Class | Description |
|---|---|
| COSArray |
An array of PDFBase objects as part of the PDF document.
|
| COSArrayList<E> |
This is an implementation of a List that will sync its contents to a COSArray.
|
| COSBase |
The base object that all objects in the PDF document will extend.
|
| COSBoolean |
This class represents a boolean value in the PDF document.
|
| COSDictionary |
This class represents a dictionary where name/value pairs reside.
|
| COSDocument |
This is the in-memory representation of the PDF document.
|
| COSFloat |
This class represents a floating point number in a PDF document.
|
| COSInteger |
This class represents an integer number in a PDF document.
|
| COSName |
A PDF Name object.
|
| COSNull |
This class represents a null PDF object.
|
| COSNumber |
This class represents an abstract number in a PDF document.
|
| COSObjectKey |
Object representing a key to identify a PDF object
|
| COSStream |
This class represents a stream object in a PDF document.
|
| COSString |
A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
|
| DirectCOSObject |
A COSBase that will be written as direct object
|
| IndirectCOSObjectIdentifier |
Represent and indirect object identifier (as defined by chap.
|
| IndirectCOSObjectReference |
A disposable indirect object reference.
|
| NonStorableInObjectStreams |
An
IndirectCOSObjectReference that cannot be stored into object streams |
Copyright © 2020 sejda. All rights reserved.