| Package | Description |
|---|---|
| com.itextpdf.kernel.utils | |
| com.itextpdf.kernel.utils.objectpathitems |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ObjectPath,String> |
CompareTool.CompareResult.differences |
| Modifier and Type | Method and Description |
|---|---|
Map<ObjectPath,String> |
CompareTool.CompareResult.getDifferences()
Returns map with
ObjectPath as keys and difference descriptions as values. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompareTool.CompareResult.addError(ObjectPath path,
String message)
Adds an error message for the
ObjectPath. |
protected boolean |
CompareTool.compareObjects(PdfObject outObj,
PdfObject cmpObj,
ObjectPath currentPath,
CompareTool.CompareResult compareResult)
Compare PDF objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TrailerPath
Direct path item (see
ObjectPath), which describes transition to the
trailer entry which value is now a currently comparing direct object. |
| Modifier and Type | Method and Description |
|---|---|
ObjectPath |
ObjectPath.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.
|
| Constructor and Description |
|---|
ObjectPath(ObjectPath objectPath)
Creates an
ObjectPath object from another ObjectPath object, passed as argument. |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.