Uses of Class
com.itextpdf.kernel.utils.objectpathitems.LocalPathItem
-
Uses of LocalPathItem in com.itextpdf.kernel.utils.objectpathitems
Modifier and TypeClassDescriptionfinal class
Direct path item (seeObjectPath
, which describes transition to thePdfArray
element which is now a currently comparing direct object.final class
Direct path item (seeObjectPath
, which describes transition to thePdfDictionary
entry which value is now a currently comparing direct object.final class
Direct path item (seeObjectPath
, which describes transition to the specific position inPdfStream
.Modifier and TypeMethodDescriptionObjectPath.getLocalPath()
Gets local (or direct) path that denotes sequence of the path items from base object to the comparing direct object.ModifierConstructorDescriptionObjectPath
(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject, Stack<LocalPathItem> path, Stack<IndirectPathItem> indirects) TrailerPath
(PdfDocument cmpDoc, PdfDocument outDoc, Stack<LocalPathItem> path)