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 RefKeyCompareTool.ObjectPath.baseCmpObjectprotected RefKeyCompareTool.ObjectPath.baseOutObjectFields in com.itextpdf.testutils with type parameters of type RefKeyModifier and TypeFieldDescriptionCompareTool.cmpPagesRefprotected Stack<CompareTool.ObjectPath.Pair<RefKey>> CompareTool.ObjectPath.indirectsCompareTool.outPagesRefMethods in com.itextpdf.testutils with parameters of type RefKeyModifier and TypeMethodDescriptionbooleanCompareTool.ObjectPath.isComparing(RefKey baseCmpObject, RefKey baseOutObject) CompareTool.ObjectPath.resetDirectPath(RefKey baseCmpObject, RefKey baseOutObject) Constructors in com.itextpdf.testutils with parameters of type RefKeyModifierConstructorDescriptionprotectedObjectPath(RefKey baseCmpObject, RefKey baseOutObject) privateObjectPath(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.indirectMapprotected LinkedHashMap<RefKey, PdfIndirectObject> PdfCopy.indirectObjectsprotected HashMap<RefKey, PdfCopy.IndirectReferences> PdfCopy.indirectsPdfASmartCopy.serializedPdfSmartCopy.serializedprivate HashMap<RefKey, PdfIndirectObject> PdfCopy.unmergedIndirectRefsMapMethod parameters in com.itextpdf.text.pdf with type arguments of type RefKeyModifier and TypeMethodDescriptionprivate booleanPdfCopy.containsInactivePg(PdfDictionary dict, HashSet<RefKey> activeKeys) private ArrayList<PdfIndirectReference> PdfCopy.findActiveParents(HashSet<RefKey> activeKeys) private voidPdfCopy.findActives(ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) private voidPdfCopy.findActivesFromArray(PdfArray array, ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) private voidPdfCopy.findActivesFromDict(PdfDictionary dict, ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) private voidPdfCopy.findActivesFromReference(PdfIndirectReference iref, ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys) private voidPdfCopy.fixPgKey(ArrayList<PdfIndirectReference> newRefs, HashSet<RefKey> activeKeys) protected voidPdfCopy.fixStructureTreeRoot(HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) private voidPdfCopy.removeInactiveReferences(PdfArray array, HashSet<RefKey> activeKeys) private voidPdfSmartCopy.ByteStore.serArray(PdfArray array, int level, ByteBuffer bb, HashMap<RefKey, Integer> serialized) private voidPdfSmartCopy.ByteStore.serDic(PdfDictionary dic, int level, ByteBuffer bb, HashMap<RefKey, Integer> serialized) private voidPdfSmartCopy.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.cachedObjectsprivate HashMap<RefKey, TempFileCache.ObjectPosition> PdfAChecker.externallyCachedObjectsMethods in com.itextpdf.text.pdf.internal with parameters of type RefKeyModifier and TypeMethodDescriptionprivate PdfObjectPdfAChecker.getObjectFromCache(RefKey ref) private voidPdfAChecker.putObjectToCache(RefKey ref, PdfObject obj)