Interface IPdfNameTreeAccess

    • Method Detail

      • 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​(java.lang.String key)
        Retrieve an entry from the name tree.
        Parameters:
        key - key of entry to retrieve
        Returns:
        retrieved entry or null if absent
      • getKeys

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