public class FDDocument extends Object
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
cosGetDoc()
get the COS level implementation of the document
|
static FDDocument |
createFromCOS(COSDocument doc)
create a fd document based on a cos level object
|
static FDDocument |
createNew()
create a FDDoc from scratch
|
COSCatalog |
getCatalog()
lookup the catalog dictionary in a document
|
FDFDF |
getFdf() |
de.intarsys.tools.locator.ILocator |
getLocator() |
void |
save() |
void |
save(de.intarsys.tools.locator.ILocator locator) |
void |
save(de.intarsys.tools.locator.ILocator locator,
Map options) |
public static FDDocument createFromCOS(COSDocument doc)
doc - COSDocument to base this FDDoc onpublic static FDDocument createNew()
public COSCatalog getCatalog()
public COSDocument cosGetDoc()
public FDFDF getFdf()
public void save()
throws IOException
IOExceptionpublic de.intarsys.tools.locator.ILocator getLocator()
public void save(de.intarsys.tools.locator.ILocator locator,
Map options)
throws IOException
IOExceptionpublic void save(de.intarsys.tools.locator.ILocator locator)
throws IOException
IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.