| 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) |
TrailerPath(PdfDocument cmpDoc, PdfDocument outDoc, Stack<LocalPathItem> path) |
Copyright © 1998–2022 iText Group NV. All rights reserved.