public class CompareTool.ObjectPath.IndirectPathItem extends Object
CompareTool.ObjectPath. It encapsulates two corresponding objects from the two
comparing documents that were met to get to the path base objects during comparing process.| Constructor and Description |
|---|
IndirectPathItem(PdfIndirectReference cmpObject,
PdfIndirectReference outObject)
Creates IndirectPathItem instance for two corresponding objects from two comparing documents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PdfIndirectReference |
getCmpObject() |
PdfIndirectReference |
getOutObject() |
int |
hashCode() |
public IndirectPathItem(PdfIndirectReference cmpObject, PdfIndirectReference outObject)
cmpObject - an object from the cmp document.outObject - an object from the out document.public PdfIndirectReference getCmpObject()
public PdfIndirectReference getOutObject()
Copyright © 1998–2017 iText Group NV. All rights reserved.