|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.etymon.pjx.util.PdfFieldTree
Provides methods for retrieving and modifying the field tree of a PDF document. This class is synchronized.
| Constructor Summary | |
PdfFieldTree(PdfManager manager)
Constructs a PdfFieldTree instance based on a
specified PdfManager. |
|
| Method Summary | |
java.lang.String |
getFullyQualifiedName(PdfDictionary field)
Determines the fully qualified field name of a specified field. |
PdfFieldTreeIterator |
getIterator()
Returns an iterator over the terminal field objects in this document's field tree. |
PdfDictionary |
inheritAttributes(PdfDictionary field)
Adds inherited attributes to a specified field dictionary object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PdfFieldTree(PdfManager manager)
PdfFieldTree instance based on a
specified PdfManager.
| Method Detail |
public java.lang.String getFullyQualifiedName(PdfDictionary field)
throws java.io.IOException,
PdfFormatException
field - the field dictionary.
java.io.IOException
PdfFormatException
public PdfDictionary inheritAttributes(PdfDictionary field)
throws java.io.IOException,
PdfFormatException
field - the field dictionary to be filled in with
inherited attributes.
java.io.IOException
PdfFormatException
public PdfFieldTreeIterator getIterator()
throws java.io.IOException,
PdfFormatException
inheritAttributes(PdfDictionary) should be used to obtain
inherited attributes.
java.io.IOException
PdfFormatException
|
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 | ||||||||||