| Package | Description |
|---|---|
| com.itextpdf.kernel.utils.objectpathitems |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayPathItem
Direct path item (see
ObjectPath, which describes transition to the
PdfArray element which is now a currently comparing direct object. |
class |
DictPathItem
Direct path item (see
ObjectPath, which describes transition to the
PdfDictionary entry which value is now a currently comparing direct object. |
class |
OffsetPathItem
Direct path item (see
ObjectPath, which describes transition to the
specific position in PdfStream. |
| Modifier and Type | Field and Description |
|---|---|
protected Stack<LocalPathItem> |
ObjectPath.path |
| Modifier and Type | Method and Description |
|---|---|
Stack<LocalPathItem> |
ObjectPath.getLocalPath()
Gets local (or direct) path that denotes sequence of the path items from base object to the comparing
direct object.
|
| Constructor and Description |
|---|
ObjectPath(PdfIndirectReference baseCmpObject,
PdfIndirectReference baseOutObject,
Stack<LocalPathItem> path,
Stack<IndirectPathItem> indirects)
Creates CompareObjectPath with corresponding base objects in two documents.
|
TrailerPath(PdfDocument cmpDoc,
PdfDocument outDoc,
Stack<LocalPathItem> path)
Creates new
TrailerPath instance with corresponding base objects in two documents. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.