| 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 |
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 |
COSIndirectObject
An object representing an indirect object within a COSDocument.
|
class |
COSObjectProxy
A "proxy object" used to intercept the visitor callback from the serializer.
|
class |
COSStream
An object representing stream data in a PDF document.
|
| Modifier and Type | Field and Description |
|---|---|
static ICOSContainer |
COSObject.CONSTANT_CONTAINER
This is the container for template objects.
|
static ICOSContainer |
COSObject.NULL_CONTAINER
This is the default container for non - contained objects.
|
| Modifier and Type | Method and Description |
|---|---|
ICOSContainer |
ICOSContainer.associate(ICOSContainer newContainer,
COSObject object)
It is the responsibility of the current container to create the
association with the new one.
|
ICOSContainer |
COSIndirectObject.associate(ICOSContainer newContainer,
COSObject pObject) |
ICOSContainer |
COSDocument.associate(ICOSContainer newContainer,
COSObject object)
This method should not be used by the application programmer.
|
ICOSContainer |
COSCompositeObject.associate(ICOSContainer newContainer,
COSObject object) |
ICOSContainer |
ICOSContainer.disassociate(ICOSContainer oldContainer,
COSObject object)
It is the responsibility of the current container to remove the
association from the old one.
|
ICOSContainer |
COSIndirectObject.disassociate(ICOSContainer oldContainer,
COSObject pObject) |
ICOSContainer |
COSDocument.disassociate(ICOSContainer oldContainer,
COSObject object)
This method should not be used by the application programmer.
|
ICOSContainer |
COSCompositeObject.disassociate(ICOSContainer oldContainer,
COSObject object) |
ICOSContainer |
COSObject.getContainer()
Answer the object that contains this.
|
ICOSContainer |
ICOSContainer.restoreStateContainer(ICOSContainer container)
Restore the save state for the container.
|
ICOSContainer |
COSIndirectObject.restoreStateContainer(ICOSContainer container) |
ICOSContainer |
COSDocument.restoreStateContainer(ICOSContainer container)
This method should not be used by the application programmer.
|
ICOSContainer |
COSCompositeObject.restoreStateContainer(ICOSContainer pContainer) |
ICOSContainer |
ICOSContainer.saveStateContainer()
Create a save state for the container when saving the COSObject state.
|
ICOSContainer |
COSIndirectObject.saveStateContainer() |
ICOSContainer |
COSDocument.saveStateContainer()
This method should not be used by the application programmer.
|
ICOSContainer |
COSCompositeObject.saveStateContainer() |
| Modifier and Type | Method and Description |
|---|---|
ICOSContainer |
ICOSContainer.associate(ICOSContainer newContainer,
COSObject object)
It is the responsibility of the current container to create the
association with the new one.
|
ICOSContainer |
COSIndirectObject.associate(ICOSContainer newContainer,
COSObject pObject) |
ICOSContainer |
COSDocument.associate(ICOSContainer newContainer,
COSObject object)
This method should not be used by the application programmer.
|
ICOSContainer |
COSCompositeObject.associate(ICOSContainer newContainer,
COSObject object) |
ICOSContainer |
ICOSContainer.disassociate(ICOSContainer oldContainer,
COSObject object)
It is the responsibility of the current container to remove the
association from the old one.
|
ICOSContainer |
COSIndirectObject.disassociate(ICOSContainer oldContainer,
COSObject pObject) |
ICOSContainer |
COSDocument.disassociate(ICOSContainer oldContainer,
COSObject object)
This method should not be used by the application programmer.
|
ICOSContainer |
COSCompositeObject.disassociate(ICOSContainer oldContainer,
COSObject object) |
ICOSContainer |
ICOSContainer.restoreStateContainer(ICOSContainer container)
Restore the save state for the container.
|
ICOSContainer |
COSIndirectObject.restoreStateContainer(ICOSContainer container) |
ICOSContainer |
COSDocument.restoreStateContainer(ICOSContainer container)
This method should not be used by the application programmer.
|
ICOSContainer |
COSCompositeObject.restoreStateContainer(ICOSContainer pContainer) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.