|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.etymon.pjx.util.PdfModifier
Provides methods for retrieving and modifying various elements of a PDF document.
| Constructor Summary | |
PdfModifier(PdfManager manager)
Deprecated. Constructs a PdfModifier instance based on a
specified PdfManager. |
|
| Method Summary | |
PdfDictionary |
getCatalog()
Deprecated. Use PdfCatalog.getCatalog(). |
PdfReference |
getCatalogReference()
Deprecated. Use PdfCatalog.getCatalog(). |
int |
getPageCount()
Deprecated. Use PdfPageTree.getNumberOfPages(). |
PdfDictionary |
getPageTreeRoot()
Deprecated. Use PdfPageTree.getRoot(). |
PdfReference |
getPageTreeRootReference()
Deprecated. Use PdfPageTree.getRoot(). |
PdfDictionary |
pjUpdateFieldValue(PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
Deprecated. |
void |
setCatalog(PdfDictionary catalog)
Deprecated. Use PdfManager.setObject(PdfObject, int). |
void |
setPageTreeRoot(PdfDictionary pageTreeRoot)
Deprecated. Use PdfManager.setObject(PdfObject, int). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PdfModifier(PdfManager manager)
PdfModifier instance based on a
specified PdfManager.
| Method Detail |
public int getPageCount()
throws java.io.IOException,
PdfFormatException
PdfPageTree.getNumberOfPages().
java.io.IOException
PdfFormatException
public PdfReference getCatalogReference()
throws PdfFormatException
PdfCatalog.getCatalog().
PdfFormatException
public PdfDictionary getCatalog()
throws java.io.IOException,
PdfFormatException
PdfCatalog.getCatalog().
java.io.IOException
PdfFormatException
public void setCatalog(PdfDictionary catalog)
throws PdfFormatException
PdfManager.setObject(PdfObject, int).
catalog - the new catalog.
PdfFormatException
public PdfReference getPageTreeRootReference()
throws java.io.IOException,
PdfFormatException
PdfPageTree.getRoot().
java.io.IOException
PdfFormatException
public PdfDictionary getPageTreeRoot()
throws java.io.IOException,
PdfFormatException
PdfPageTree.getRoot().
java.io.IOException
PdfFormatException
public void setPageTreeRoot(PdfDictionary pageTreeRoot)
throws java.io.IOException,
PdfFormatException
PdfManager.setObject(PdfObject, int).
java.io.IOException
PdfFormatException
public PdfDictionary pjUpdateFieldValue(PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
throws java.io.IOException,
PdfFormatException
PdfFormatException
java.io.IOException
|
Copyright © 1998-2004 Etymon Systems, Inc. The PDF data structures, operators, and specification are |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||