|
iText 9.5.0 API
|
Abstract access interface to a PDF name tree. More...
Public Member Functions |
|
| PdfObject | GetEntry (PdfString key) |
| Retrieve an entry from the name tree. More... |
|
| PdfObject | GetEntry (String key) |
| Retrieve an entry from the name tree. More... |
|
| ICollection< PdfString > | GetKeys () |
| Retrieve the set of keys in the name tree. More... |
|
Abstract access interface to a PDF name tree.
Retrieve an entry from the name tree.
| key | key of entry to retrieve |
null if absent
Implemented in iText.Kernel.Pdf.GenericNameTree.
| PdfObject iText.Kernel.Pdf.IPdfNameTreeAccess.GetEntry | ( | String | key | ) |
Retrieve an entry from the name tree.
| key | key of entry to retrieve |
null if absent
Implemented in iText.Kernel.Pdf.GenericNameTree.
| ICollection<PdfString> iText.Kernel.Pdf.IPdfNameTreeAccess.GetKeys | ( | ) |
Retrieve the set of keys in the name tree.
Implemented in iText.Kernel.Pdf.GenericNameTree.