Uses of Class
com.itextpdf.kernel.utils.objectpathitems.LocalPathItem
-
Packages that use LocalPathItem Package Description com.itextpdf.kernel.utils.objectpathitems -
-
Uses of LocalPathItem in com.itextpdf.kernel.utils.objectpathitems
Subclasses of LocalPathItem in com.itextpdf.kernel.utils.objectpathitems Modifier and Type Class Description class
ArrayPathItem
Direct path item (seeObjectPath
, which describes transition to thePdfArray
element which is now a currently comparing direct object.class
DictPathItem
Direct path item (seeObjectPath
, which describes transition to thePdfDictionary
entry which value is now a currently comparing direct object.class
OffsetPathItem
Direct path item (seeObjectPath
, which describes transition to the specific position inPdfStream
.Fields in com.itextpdf.kernel.utils.objectpathitems with type parameters of type LocalPathItem Modifier and Type Field Description protected java.util.Stack<LocalPathItem>
ObjectPath. path
Methods in com.itextpdf.kernel.utils.objectpathitems that return types with arguments of type LocalPathItem Modifier and Type Method Description java.util.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 parameters in com.itextpdf.kernel.utils.objectpathitems with type arguments of type LocalPathItem Constructor Description ObjectPath(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject, java.util.Stack<LocalPathItem> path, java.util.Stack<IndirectPathItem> indirects)
Creates CompareObjectPath with corresponding base objects in two documents.TrailerPath(PdfDocument cmpDoc, PdfDocument outDoc, java.util.Stack<LocalPathItem> path)
Creates newTrailerPath
instance with corresponding base objects in two documents.
-