NumberTree
Inheritance: java.lang.Object
public class NumberTree
Class representing Number tree structure of PDF file. 7.9.7Number Trees
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| key | int | int value |
Returns: boolean - boolean value
get(int key)
public IPdfPrimitive get(int key)
Gets item by key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | int | int 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