| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
COSArray
A COSArray represents an indexed collection of
COSDocumentElement
instances. |
class |
COSBoolean
Abstract class for the representation of boolean values
|
class |
COSCompositeObject
A superclass implementation for all containers of other
COSObject
instances. |
class |
COSDictionary
Represents a collection of associations (Map).
|
class |
COSDocument
This is a COS level representation of a pdf document.
|
class |
COSDocumentElement
This is a cos level representation of the elements that may be contained in a
cos container.
|
class |
COSFalse
Represents the boolean value "false".
|
class |
COSFixed
Represents floating point numbers in pdf.
|
class |
COSIndirectObject
An object representing an indirect object within a COSDocument.
|
class |
COSInteger
This class represents integer numbers in pdf
|
class |
COSName
A name object.
|
class |
COSNull
The null object
|
class |
COSNumber
Abstract superclass for numeric objects in a pdf document
|
class |
COSObject
Abstract superclass for all COS level object types
|
class |
COSObjectProxy
A "proxy object" used to intercept the visitor callback from the serializer.
|
class |
COSPrimitiveObject
Primitive COS datatypes.
|
class |
COSStream
An object representing stream data in a PDF document.
|
class |
COSString
The string representation for a pdf document
|
class |
COSTrue
Represents the boolean value "true"
|
| Modifier and Type | Method and Description |
|---|---|
ICOSExceptionHandler |
COSDocument.getExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
COSDocument.setExceptionHandler(ICOSExceptionHandler exceptionHandler) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.