| Package | Description |
|---|---|
| de.intarsys.pdf.app.action |
Some application level framework to handle the event mechanics in a PDF document.
|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.fd |
A basic implementation of the FDF part of the PDF spec.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionTools.ActionDisablement |
ActionTools.disableActions(COSDocument doc,
COSName actionType)
Set a flag with
doc to signal that action processing for
the type actionType should be disabled. |
static void |
ActionTools.enableActions(COSDocument doc,
ActionTools.ActionDisablement disablement)
Remove a flag with
doc to reestablish action processing
for the type actionType. |
static boolean |
ActionTools.isEnabled(COSDocument doc,
COSName actionType)
true if execution of an action of type
actionType should be allowed. |
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
COSDocument.copyDeep()
Make a deep copy of the receiver.
|
COSDocument |
COSBasedObject.cosGetDoc()
The
COSDocument for this. |
COSDocument |
StandardDocumentFactory.createDocument(de.intarsys.tools.locator.ILocator locator,
Map options) |
COSDocument |
ICOSDocumentFactory.createDocument(de.intarsys.tools.locator.ILocator locator,
Map options)
Create a COSDocument instance representing the object structure of the
PDF file designated by locator.
|
static COSDocument |
COSDocument.createFromLocator(de.intarsys.tools.locator.ILocator locator) |
static COSDocument |
COSDocument.createFromLocator(de.intarsys.tools.locator.ILocator locator,
Map options)
Create a COSDocument based on a Locator.
|
static COSDocument |
COSDocument.createFromST(STDocument doc)
Create a COSDocument based on a STDocument.
|
static COSDocument |
COSDocument.createNew()
Create a new empty PDF COSDocument.
|
static COSDocument |
COSDocument.createNew(STDocType docType)
Create a new empty COSDocument.
|
COSDocument |
ICOSContainer.getDoc()
The COSDocument instance where the ICOSContainer is contained.
|
COSDocument |
COSObject.getDoc()
The document that contains this.
|
COSDocument |
COSIndirectObject.getDoc() |
abstract COSDocument |
COSDocumentElement.getDoc()
The document where this is contained or null.
|
COSDocument |
COSDocument.getDoc()
This method should not be used by the application programmer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICOSDocumentListener.changed(COSDocument document,
Object slot,
Object oldValue,
Object newValue)
A COSDocument has changed its internal state.
|
static List<COSTools.Revision> |
COSTools.getRevisions(COSDocument doc) |
static List<COSTools.Revision> |
COSTools.getSubsequentRevisions(COSDocument doc,
STXRefSection base) |
static List<de.intarsys.tools.locator.ILocator> |
COSTools.getVersions(COSDocument doc)
A collection of
ILocator instances, representing the versions
created when writing incrementally. |
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
FDDocument.cosGetDoc()
get the COS level implementation of the document
|
| Modifier and Type | Method and Description |
|---|---|
static FDDocument |
FDDocument.createFromCOS(COSDocument doc)
create a fd document based on a cos level object
|
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
PDDocument.cosGetDoc()
The COS level implementation of the document
|
| Modifier and Type | Method and Description |
|---|---|
static PDDocument |
PDDocument.createFromCos(COSDocument doc)
create a pd document based on a cos level object
|
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
STDocument.getDoc() |
| Modifier and Type | Method and Description |
|---|---|
void |
STDocument.setDoc(COSDocument doc) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.