Uses of Class
com.itextpdf.kernel.utils.objectpathitems.LocalPathItem
Packages that use LocalPathItem
-
Uses of LocalPathItem in com.itextpdf.kernel.utils.objectpathitems
Subclasses of LocalPathItem in com.itextpdf.kernel.utils.objectpathitemsModifier 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
.Fields in com.itextpdf.kernel.utils.objectpathitems with type parameters of type LocalPathItemMethods in com.itextpdf.kernel.utils.objectpathitems that return types with arguments of type LocalPathItemModifier and TypeMethodDescriptionObjectPath.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 LocalPathItemModifierConstructorDescriptionObjectPath
(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject, Stack<LocalPathItem> path, Stack<IndirectPathItem> indirects) TrailerPath
(PdfDocument cmpDoc, PdfDocument outDoc, Stack<LocalPathItem> path)