|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use COSDocument | |
---|---|
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. |
Uses of COSDocument in de.intarsys.pdf.app.action |
---|
Methods in de.intarsys.pdf.app.action with parameters of type COSDocument | |
---|---|
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. |
Uses of COSDocument in de.intarsys.pdf.cos |
---|
Methods in de.intarsys.pdf.cos that return COSDocument | |
---|---|
COSDocument |
COSDocument.copyDeep()
Make a deep copy of the receiver. |
COSDocument |
COSBasedObject.cosGetDoc()
The COSDocument for this. |
COSDocument |
StandardDocumentFactory.createDocument(ILocator locator)
|
COSDocument |
ICOSDocumentFactory.createDocument(ILocator locator)
Create a COSDocument instance representing the object structure of the PDF file designated by locator. |
static COSDocument |
COSDocument.createFromLocator(ILocator locator)
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. |
Methods in de.intarsys.pdf.cos with parameters of type COSDocument | |
---|---|
void |
ICOSDocumentListener.changed(COSDocument document,
Object slot,
Object oldValue,
Object newValue)
A COSDocument has changed its internal state. |
static List |
COSTools.getVersions(COSDocument doc)
A collection of ILocator instances, representing the versions
created when writing incrementally. |
Uses of COSDocument in de.intarsys.pdf.fd |
---|
Methods in de.intarsys.pdf.fd that return COSDocument | |
---|---|
COSDocument |
FDDocument.cosGetDoc()
get the COS level implementation of the document |
Methods in de.intarsys.pdf.fd with parameters of type COSDocument | |
---|---|
static FDDocument |
FDDocument.createFromCOS(COSDocument doc)
create a fd document based on a cos level object |
Uses of COSDocument in de.intarsys.pdf.pd |
---|
Methods in de.intarsys.pdf.pd that return COSDocument | |
---|---|
COSDocument |
PDDocument.cosGetDoc()
The COS level implementation of the document |
Methods in de.intarsys.pdf.pd with parameters of type COSDocument | |
---|---|
static PDDocument |
PDDocument.createFromCos(COSDocument doc)
create a pd document based on a cos level object |
Uses of COSDocument in de.intarsys.pdf.st |
---|
Methods in de.intarsys.pdf.st that return COSDocument | |
---|---|
COSDocument |
STDocument.getDoc()
|
Methods in de.intarsys.pdf.st with parameters of type COSDocument | |
---|---|
void |
STDocument.setDoc(COSDocument doc)
|
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |