Package com.itextpdf.kernel.pdf
Interface IPdfNameTreeAccess
- All Known Implementing Classes:
-
GenericNameTree
,PdfNameTree
,PdfStructIdTree
public interface IPdfNameTreeAccess
Abstract access interface to a PDF name tree.
-
Method Summary
-
Method Details
-
getEntry
Retrieve an entry from the name tree.- Parameters:
-
key
- key of entry to retrieve - Returns:
-
retrieved entry or
null
if absent
-
getEntry
Retrieve an entry from the name tree.- Parameters:
-
key
- key of entry to retrieve - Returns:
-
retrieved entry or
null
if absent
-
getKeys
Retrieve the set of keys in the name tree.- Returns:
- set of all keys in the name tree
-