public class PdfStructIdTree extends GenericNameTree
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(PdfString key,
PdfObject value)
Add an entry to the name tree.
|
PdfStructElem |
getStructElemById(byte[] id)
Retrieve a structure element by ID, if it has one.
|
PdfStructElem |
getStructElemById(PdfString id)
Retrieve a structure element by ID, if it has one.
|
addEntry, addEntry, buildTree, getEntry, getEntry, getItems, getKeys, isModified, readTree, removeEntry, setItems, setModifiedpublic PdfStructElem getStructElemById(PdfString id)
id - the ID of the structure element to retrievepublic PdfStructElem getStructElemById(byte[] id)
id - the ID of the structure element to retrievepublic void addEntry(PdfString key, PdfObject value)
GenericNameTreeaddEntry in class GenericNameTreekey - key of the entryvalue - object to addCopyright © 1998–2025 Apryse Group NV. All rights reserved.