com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class NumberTree



  • public class NumberTree
    extends Object
    Class representing Number tree structure of PDF file. 7.9.7Number Trees
    • Method Detail

      • remove

        public boolean remove(int key)
        Remove key from number tree.
        Parameters:
        key - int value
        Returns:
        boolean value
      • get

        public com.aspose.pdf.engine.data.IPdfPrimitive get(int key)
        Gets item by key.
        Parameters:
        key - int value
        Returns:
        IPdfPrimitive object
      • getKeys

        public com.aspose.ms.System.Collections.Generic.List<Integer> getKeys()
        Gets all keys in the tree.
        Returns:
        List<Integer> object