Interface IPdfNameTreeAccess

All Known Implementing Classes:
GenericNameTree, PdfNameTree, PdfStructIdTree

public interface IPdfNameTreeAccess
Abstract access interface to a PDF name tree.
  • Method Details

    • getEntry

      PdfObject getEntry (PdfString key)
      Retrieve an entry from the name tree.
      Parameters:
      key - key of entry to retrieve
      Returns:
      retrieved entry or null if absent
    • getEntry

      PdfObject getEntry (String key)
      Retrieve an entry from the name tree.
      Parameters:
      key - key of entry to retrieve
      Returns:
      retrieved entry or null if absent
    • getKeys

      Set<PdfString> getKeys()
      Retrieve the set of keys in the name tree.
      Returns:
      set of all keys in the name tree