iText 8.0.2 API
|
Abstract representation of a name tree structure, as used in PDF for various purposes such as the Dests tree, the ID tree of structure elements and the embedded file tree. More...
Public Member Functions |
|
virtual void | AddEntry (PdfString key, PdfObject value) |
Add an entry to the name tree. More... |
|
virtual void | AddEntry (String key, PdfObject value) |
Add an entry to the name tree. More... |
|
virtual void | RemoveEntry (PdfString key) |
Remove an entry from the name tree. More... |
|
virtual PdfObject | GetEntry (PdfString key) |
Retrieve an entry from the name tree. More... |
|
virtual PdfObject | GetEntry (String key) |
Retrieve an entry from the name tree. More... |
|
virtual ICollection< PdfString > | GetKeys () |
Retrieve the set of keys in the name tree. More... |
|
virtual bool | IsModified () |
Check if the tree is modified. More... |
|
virtual void | SetModified () |
Sets the modified flag to true. More... |
|
virtual PdfDictionary | BuildTree () |
Build a PdfDictionary containing the name tree. More... |
|
Abstract representation of a name tree structure, as used in PDF for various purposes such as the Dests tree, the ID tree of structure elements and the embedded file tree.
|
inlinevirtual |
Add an entry to the name tree.
key | key of the entry |
value | object to add |
|
inlinevirtual |
Add an entry to the name tree.
key | key of the entry |
value | object to add |
|
inlinevirtual |
Build a PdfDictionary containing the name tree.
PdfDictionary containing the name tree
Retrieve an entry from the name tree.
Implements iText.Kernel.Pdf.IPdfNameTreeAccess.
|
inlinevirtual |
Retrieve an entry from the name tree.
Implements iText.Kernel.Pdf.IPdfNameTreeAccess.
|
inlinevirtual |
Retrieve the set of keys in the name tree.
Implements iText.Kernel.Pdf.IPdfNameTreeAccess.
|
inlinevirtual |
Check if the tree is modified.
|
inlinevirtual |
Remove an entry from the name tree.
key | key of the entry |
|
inlinevirtual |
Sets the modified flag to true.
Sets the modified flag to true. It means that the object has been modified.