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) protected boolean
CompareTool.compareObjects
(PdfObject outObj, PdfObject cmpObj, ObjectPath currentPath, CompareTool.CompareResult compareResult) -
Uses of ObjectPath in com.itextpdf.kernel.utils.objectpathitems
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.