|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use COSDocumentElement | |
---|---|
de.intarsys.pdf.cos | This package implements the low level document and its datatypes according to the pdf specification. |
Uses of COSDocumentElement in de.intarsys.pdf.cos |
---|
Subclasses of COSDocumentElement in de.intarsys.pdf.cos | |
---|---|
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" |
Methods in de.intarsys.pdf.cos that return COSDocumentElement | |
---|---|
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 |
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)
|
Methods in de.intarsys.pdf.cos with parameters of type COSDocumentElement | |
---|---|
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)
|
Constructors in de.intarsys.pdf.cos with parameters of type COSDocumentElement | |
---|---|
COSDictionary.Entry(COSName key,
COSDocumentElement value)
|
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |