Uses of Class
eu.europa.esig.dss.pdf.modifications.PdfObjectTree
Packages that use PdfObjectTree
-
Uses of PdfObjectTree in eu.europa.esig.dss.pdf.modifications
Methods in eu.europa.esig.dss.pdf.modifications that return PdfObjectTreeModifier and TypeMethodDescriptionPdfObjectTree.copy()
Creates a copy of the object (changes within a copy will not affect the original object)ObjectModification.getObjectTree()
Returns an object treeMethods in eu.europa.esig.dss.pdf.modifications with parameters of type PdfObjectTreeModifier and TypeMethodDescriptionstatic ObjectModification
ObjectModification.create
(PdfObjectTree objectTree, Object finalObject) CreatesObjectModification
for a new object creation changestatic ObjectModification
ObjectModification.delete
(PdfObjectTree objectTree, Object originalObject) CreatesObjectModification
for an object removal changestatic ObjectModification
ObjectModification.modify
(PdfObjectTree objectTree, Object originalObject, Object finalObject) CreatesObjectModification
for an object modification change