Uses of Class
com.itextpdf.text.pdf.RefKey
Packages that use RefKey
-
Uses of RefKey in com.itextpdf.testutils
Fields in com.itextpdf.testutils declared as RefKeyModifier and TypeFieldDescriptionprotected RefKey
CompareTool.ObjectPath.baseCmpObject
protected RefKey
CompareTool.ObjectPath.baseOutObject
Fields in com.itextpdf.testutils with type parameters of type RefKeyModifier and TypeFieldDescriptionCompareTool.cmpPagesRef
protected Stack
<CompareTool.ObjectPath.Pair<RefKey>> CompareTool.ObjectPath.indirects
CompareTool.outPagesRef
Methods in com.itextpdf.testutils with parameters of type RefKeyModifier and TypeMethodDescriptionboolean
CompareTool.ObjectPath.isComparing
(RefKey baseCmpObject, RefKey baseOutObject) CompareTool.ObjectPath.resetDirectPath
(RefKey baseCmpObject, RefKey baseOutObject) Constructors in com.itextpdf.testutils with parameters of type RefKeyModifierConstructorDescriptionprotected
ObjectPath
(RefKey baseCmpObject, RefKey baseOutObject) private
ObjectPath
(RefKey baseCmpObject, RefKey baseOutObject, Stack<CompareTool.ObjectPath.PathItem> path) -
Uses of RefKey in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type RefKeyModifier and TypeFieldDescriptionprotected HashMap
<PdfReader, HashMap<RefKey, PdfCopy.IndirectReferences>> PdfCopy.indirectMap
protected LinkedHashMap
<RefKey, PdfIndirectObject> PdfCopy.indirectObjects
protected HashMap
<RefKey, PdfCopy.IndirectReferences> PdfCopy.indirects
PdfASmartCopy.serialized
PdfSmartCopy.serialized
private HashMap
<RefKey, PdfIndirectObject> PdfCopy.unmergedIndirectRefsMap
Method parameters in com.itextpdf.text.pdf with type arguments of type RefKeyModifier and TypeMethodDescriptionprivate boolean
PdfCopy.containsInactivePg
(PdfDictionary dict, HashSet<RefKey> activeKeys) private ArrayList
<PdfIndirectReference> PdfCopy.findActiveParents
(HashSet<RefKey> activeKeys) private void
PdfCopy.findActives
(ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) private void
PdfCopy.findActivesFromArray
(PdfArray array, ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) private void
PdfCopy.findActivesFromDict
(PdfDictionary dict, ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) private void
PdfCopy.findActivesFromReference
(PdfIndirectReference iref, ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys) private void
PdfCopy.fixPgKey
(ArrayList<PdfIndirectReference> newRefs, HashSet<RefKey> activeKeys) protected void
PdfCopy.fixStructureTreeRoot
(HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) private void
PdfCopy.removeInactiveReferences
(PdfArray array, HashSet<RefKey> activeKeys) private void
PdfSmartCopy.ByteStore.serArray
(PdfArray array, int level, ByteBuffer bb, HashMap<RefKey, Integer> serialized) private void
PdfSmartCopy.ByteStore.serDic
(PdfDictionary dic, int level, ByteBuffer bb, HashMap<RefKey, Integer> serialized) private void
PdfSmartCopy.ByteStore.serObject
(PdfObject obj, int level, ByteBuffer bb, HashMap<RefKey, Integer> serialized) Constructor parameters in com.itextpdf.text.pdf with type arguments of type RefKey -
Uses of RefKey in com.itextpdf.text.pdf.internal
Fields in com.itextpdf.text.pdf.internal with type parameters of type RefKeyModifier and TypeFieldDescriptionPdfAChecker.cachedObjects
private HashMap
<RefKey, TempFileCache.ObjectPosition> PdfAChecker.externallyCachedObjects
Methods in com.itextpdf.text.pdf.internal with parameters of type RefKeyModifier and TypeMethodDescriptionprivate PdfObject
PdfAChecker.getObjectFromCache
(RefKey ref) private void
PdfAChecker.putObjectToCache
(RefKey ref, PdfObject obj)