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 classArrayPathItemDirect path item (seeObjectPath, which describes transition to thePdfArrayelement which is now a currently comparing direct object.classDictPathItemDirect path item (seeObjectPath, which describes transition to thePdfDictionaryentry which value is now a currently comparing direct object.classOffsetPathItemDirect 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. pathMethods 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 newTrailerPathinstance with corresponding base objects in two documents.
-