| 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 |
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 |
|---|---|
COSDocumentElement |
COSDictionary.basicGet(COSName key)
The
COSDocumentElement associated with key. |
COSDocumentElement |
COSArray.basicGet(int index)
Get the
COSDocumentElement (an object or a reference) from this
at the specified index. |
COSDocumentElement |
COSDictionary.basicPutSilent(COSName key,
COSDocumentElement element)
Add a document element to the collection.
|
COSDocumentElement |
COSDictionary.basicRemoveSilent(COSName key)
Remove the element associated with
key from the collection . |
COSDocumentElement |
COSObject.containable() |
COSDocumentElement |
COSIndirectObject.containable() |
abstract COSDocumentElement |
COSDocumentElement.containable()
The
COSDocumentElement suitable for use in an
ICOSContainer. |
COSDocumentElement |
ICOSContainer.containable(COSObject object)
The stand-in to be used when object should be contained in a container.
|
COSDocumentElement |
COSIndirectObject.containable(COSObject pObject) |
COSDocumentElement |
COSDocument.containable(COSObject object)
This method should not be used by the application programmer.
|
COSDocumentElement |
COSCompositeObject.containable(COSObject object) |
COSDocumentElement[] |
COSArray.toArray() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<COSDocumentElement> |
COSObject.basicIterator()
An iterator over contained objects and references.
|
Iterator<COSDocumentElement> |
COSArray.basicIterator()
An iterator that returns all contained
COSDocumentElement
instances without dereferencing. |
| Modifier and Type | Method and Description |
|---|---|
void |
COSDocument.add(COSDocumentElement element)
This should not be used by the application programmer.
|
COSArray |
COSArray.basicAddSilent(COSDocumentElement element)
Add a document element (an object or a reference) to the collection.
|
COSDocumentElement |
COSDictionary.basicPutSilent(COSName key,
COSDocumentElement element)
Add a document element to the collection.
|
void |
ICOSContainer.register(COSDocumentElement object)
It is the responsibility of the active container to register object in
its data structures.
|
void |
COSIndirectObject.register(COSDocumentElement pObject) |
void |
COSDocument.register(COSDocumentElement object)
This method should not be used by the application programmer.
|
void |
COSCompositeObject.register(COSDocumentElement object) |
| Constructor and Description |
|---|
COSDictionary.Entry(COSName key,
COSDocumentElement value) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.