iText 8.0.2 API
iText.Kernel.Pdf.IPdfNameTreeAccess Interface Reference

Abstract access interface to a PDF name tree. More...

Inheritance diagram for iText.Kernel.Pdf.IPdfNameTreeAccess:
iText.Kernel.Pdf.GenericNameTree iText.Kernel.Pdf.PdfNameTree iText.Kernel.Pdf.Tagging.PdfStructIdTree

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...
 

Detailed Description

Abstract access interface to a PDF name tree.

Member Function Documentation

◆ GetEntry() [1/2]

PdfObject iText.Kernel.Pdf.IPdfNameTreeAccess.GetEntry ( PdfString  key )

Retrieve an entry from the name tree.

Parameters
key key of entry to retrieve
Returns
retrieved entry or null if absent

Implemented in iText.Kernel.Pdf.GenericNameTree.

◆ GetEntry() [2/2]

PdfObject iText.Kernel.Pdf.IPdfNameTreeAccess.GetEntry ( String  key )

Retrieve an entry from the name tree.

Parameters
key key of entry to retrieve
Returns
retrieved entry or null if absent

Implemented in iText.Kernel.Pdf.GenericNameTree.

◆ GetKeys()

ICollection<PdfString> iText.Kernel.Pdf.IPdfNameTreeAccess.GetKeys ( )

Retrieve the set of keys in the name tree.

Returns
set of all keys in the name tree

Implemented in iText.Kernel.Pdf.GenericNameTree.