|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.pdf.fd.FDDocument
public class FDDocument
Method Summary | |
---|---|
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()
|
ILocator |
getLocator()
|
void |
save()
|
void |
save(ILocator locator)
|
void |
save(ILocator locator,
Map options)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FDDocument createFromCOS(COSDocument doc)
doc
- COSDocument to base this FDDoc on
public static FDDocument createNew()
public COSCatalog getCatalog()
public COSDocument cosGetDoc()
public FDFDF getFdf()
public void save() throws IOException
IOException
public ILocator getLocator()
public void save(ILocator locator, Map options) throws IOException
IOException
public void save(ILocator locator) throws IOException
IOException
|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |