NumberTree

Inheritance: java.lang.Object

public class NumberTree

Class representing Number tree structure of PDF file. 7.9.7Number Trees

Methods

MethodDescription
remove(int key)Remove key from number tree.
get(int key)Gets item by key.
getKeys()Gets all keys in the tree.

remove(int key)

public boolean remove(int key)

Remove key from number tree.

Parameters:

ParameterTypeDescription
keyintint value

Returns: boolean - boolean value

get(int key)

public IPdfPrimitive get(int key)

Gets item by key.

Parameters:

ParameterTypeDescription
keyintint value

Returns: IPdfPrimitive - IPdfPrimitive object

getKeys()

public System.Collections.Generic.List<Integer> getKeys()

Gets all keys in the tree.

Returns: com.aspose.ms.System.Collections.Generic.List<java.lang.Integer> - List object