Uses of Class
com.itextpdf.kernel.utils.objectpathitems.IndirectPathItem
-
Packages that use IndirectPathItem Package Description com.itextpdf.kernel.utils.objectpathitems -
-
Uses of IndirectPathItem in com.itextpdf.kernel.utils.objectpathitems
Fields in com.itextpdf.kernel.utils.objectpathitems with type parameters of type IndirectPathItem Modifier and Type Field Description private java.util.Stack<IndirectPathItem>
ObjectPath. indirects
Methods in com.itextpdf.kernel.utils.objectpathitems that return types with arguments of type IndirectPathItem Modifier and Type Method Description java.util.Stack<IndirectPathItem>
ObjectPath. getIndirectPath()
Gets indirect path which denotes sequence of the indirect references that were passed in comparing process to get to the current base objects.
-