public interface IPdfNameTreeAccess
Modifier and Type | Method and Description |
---|---|
PdfObject |
getEntry(PdfString key)
Retrieve an entry from the name tree.
|
PdfObject |
getEntry(String key)
Retrieve an entry from the name tree.
|
Set<PdfString> |
getKeys()
Retrieve the set of keys in the name tree.
|
PdfObject getEntry(PdfString key)
key
- key of entry to retrievenull
if absentPdfObject getEntry(String key)
key
- key of entry to retrievenull
if absentCopyright © 1998–2023 Apryse Group NV. All rights reserved.