See: Description
| Interface | Description |
|---|---|
| ICOSVisitor |
An interface for visiting a PDF document at the type (COS) level.
|
| Class | Description |
|---|---|
| COSArray |
An array of PDFBase objects as part of the PDF document.
|
| 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.
|
| COSDictionaryLateBinding | |
| 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 |
This class represents a PDF named object.
|
| COSNull |
This class represents a null PDF object.
|
| COSNumber |
This class represents an abstract number in a PDF document.
|
| COSObject |
This class represents a PDF object.
|
| COSStream |
This class represents a stream object in a PDF document.
|
| COSString |
This represents a string object in a PDF document.
|
| COSUnread |
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.