| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.crypt |
This package implements the security relevant aspects of the PDF spec.
|
| Modifier and Type | Class and Description |
|---|---|
class |
COSArray
A COSArray represents an indexed collection of
COSDocumentElement
instances. |
class |
COSDictionary
Represents a collection of associations (Map).
|
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 | Method and Description |
|---|---|
COSCompositeObject |
SystemSecurityHandler.getContextObject() |
COSCompositeObject |
ISystemSecurityHandler.getContextObject()
The currently active container object in a read or write process.
|
COSCompositeObject |
SystemSecurityHandler.popContextObject() |
COSCompositeObject |
ISystemSecurityHandler.popContextObject()
Pop the topmost container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemSecurityHandler.pushContextObject(COSCompositeObject contextObject) |
void |
ISystemSecurityHandler.pushContextObject(COSCompositeObject object)
Push the current container.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.