| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| de.intarsys.pdf.writer |
Serializing a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
COSIndirectObject |
COSObject.beIndirect()
Make an indirect object out of a direct one.
|
static COSIndirectObject |
COSIndirectObject.create(COSObject object)
Create an indirection for object.
|
static COSIndirectObject |
COSIndirectObject.create(STDocument stDoc,
COSObjectKey key) |
static COSIndirectObject |
COSIndirectObject.create(STDocument stDoc,
int objectNumber,
int generationNumber) |
COSIndirectObject |
COSObject.getIndirectObject()
return the indirect object for the receiver. application level
programmers should not use this method. this is needed for creating a
physical representation of the document (serializing)
|
COSIndirectObject |
ICOSContainer.referenceIndirect(COSObject object)
Switch a contained object to an indirect one.
|
COSIndirectObject |
COSIndirectObject.referenceIndirect(COSObject pObject) |
COSIndirectObject |
COSDocument.referenceIndirect(COSObject object)
This method should not be used by the application programmer.
|
COSIndirectObject |
COSDictionary.referenceIndirect(COSObject object) |
COSIndirectObject |
COSCompositeObject.referenceIndirect(COSObject object)
Change the reference to the object contained in this to an indirect one
via reference.
|
COSIndirectObject |
COSArray.referenceIndirect(COSObject object) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ICOSObjectVisitor.visitFromIndirectObject(COSIndirectObject indirect)
Notification of visit to
COSIndirectObject object. |
Object |
COSObjectWalkerShallow.visitFromIndirectObject(COSIndirectObject io) |
Object |
COSObjectWalkerDeep.visitFromIndirectObject(COSIndirectObject io) |
| Modifier and Type | Method and Description |
|---|---|
COSIndirectObject |
STDocument.getObjectReference(COSObjectKey key)
The indirect object with object number objNum and generation number
genNum is looked up in the document.
|
COSIndirectObject |
STDocument.getObjectReference(int objectNumber,
int generationNumber)
The indirect object with object number objNum and generation number
genNum is looked up in the document.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<COSIndirectObject> |
STDocument.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
STDocument.addChangedReference(COSIndirectObject object)
Mark object as changed within this document.
|
void |
STDocument.addObjectReference(COSIndirectObject newRef)
Add another indirect object to the document.
|
COSObject |
STDocument.load(COSIndirectObject ref)
Load a COSObject from the documents data.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
COSWriter.visitFromIndirectObject(COSIndirectObject obj)
This will write an indirect object reference
|
void |
COSWriter.writeIndirectObject(COSIndirectObject obj) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.