Uses of Class
com.itextpdf.kernel.utils.objectpathitems.ObjectPath
-
Uses of ObjectPath in com.itextpdf.kernel.utils
Modifier and TypeFieldDescriptionprotected Map<ObjectPath,
String> CompareTool.CompareResult.differences
Modifier and TypeMethodDescriptionCompareTool.CompareResult.getDifferences()
Returns map withObjectPath
as keys and difference descriptions as values.Modifier and TypeMethodDescriptionprotected void
CompareTool.CompareResult.addError
(ObjectPath path, String message) Adds an error message for theObjectPath
.protected boolean
CompareTool.compareObjects
(PdfObject outObj, PdfObject cmpObj, ObjectPath currentPath, CompareTool.CompareResult compareResult) Compare PDF objects. -
Uses of ObjectPath in com.itextpdf.kernel.utils.objectpathitems
Modifier and TypeClassDescriptionfinal class
Direct path item (seeObjectPath
), which describes transition to the trailer entry which value is now a currently comparing direct object.Modifier and TypeMethodDescriptionObjectPath.resetDirectPath
(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject) Creates a new ObjectPath instance with two new given base objects, which are supposed to be nested in the base objects of the current instance of the ObjectPath.ModifierConstructorDescriptionObjectPath
(ObjectPath objectPath) Creates anObjectPath
object from anotherObjectPath
object, passed as argument.