See: Description
| Interface | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| COSArrayList<E> |
This is an implementation of a List that will sync its contents to a COSArray.
|
| COSDictionaryMap<K,V> |
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.
|
| PDDictionaryWrapper |
A wrapper for a COS dictionary.
|
| 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 represents a PDF Name tree.
|
| PDNumberTreeNode |
This class represents a PDF Number tree.
|
| PDObjectStream |
A PDStream represents a stream in a PDF document.
|
| PDPageLabelRange |
Contains information for a page label range.
|
| PDPageLabels |
Represents the page label dictionary of a document.
|
| PDRange |
This class will be used to signify a range.
|
| 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.
|
| PDTypedDictionaryWrapper |
A wrapper for a COS dictionary including Type information.
|
| XrefEntry |
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.