Package org.pdfbox.pdmodel.common
High level PD classes that are used throughout several packages are placed in the PDModel common package.
| COSObjectable | This is an interface used to get/create the underlying COSObject.
|
| DualCOSObjectable | This is an interface to represent a PDModel object that holds two COS objects.
|
| PDDestinationOrAction | This is an interface used for some elements such as the document
OpenAction that can be either a Destination or an Action.
|
| COSArrayList | This is an implementation of a List that will sync its contents to a COSArray.
|
| COSDictionaryMap | This is a Map that will automatically sync the contents to a COSDictionary.
|
| COSStreamArray | This will take an array of streams and sequence them together.
|
| PDMatrix | This class will be used for matrix manipulation.
|
| PDMemoryStream | A PDStream represents a stream in a PDF document. |
| PDMetadata | This class represents metadata for various objects in a PDF document.
|
| PDNamedTextStream | A named text stream is a combination of a name and a PDTextStream object. |
| PDNameTreeNode | This class represends a PDF Name tree. |
| PDObjectStream | A PDStream represents a stream in a PDF document. |
| PDRange | This class will be used to signify a range. a(min) <= a* <= a(max)
|
| PDRectangle | This represents a rectangle in a PDF document.
|
| PDStream | A PDStream represents a stream in a PDF document. |
| PDTextStream | A PDTextStream class is used when the PDF specification supports either
a string or a stream for the value of an object. |
High level PD classes that are used throughout several packages are placed in the PDModel common package.