Uses of Class
com.itextpdf.kernel.pdf.tagging.PdfObjRef
Packages that use PdfObjRef
Package
Description
-
Uses of PdfObjRef in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging that return PdfObjRefModifier and TypeMethodDescriptionParentTreeHandler.findObjRefByStructParentIndex(PdfDictionary pageDict, int structParentIndex) PdfStructTreeRoot.findObjRefByStructParentIndex(PdfDictionary pageDict, int structParentIndex) -
Uses of PdfObjRef in com.itextpdf.pdfua.checkers.utils
Methods in com.itextpdf.pdfua.checkers.utils that return PdfObjRefModifier and TypeMethodDescriptionPdfUAValidationContext.findObjRefByStructParentIndex(int i, PdfDictionary pageDict) Retrieves object reference instance by provided structure parent index. -
Uses of PdfObjRef in com.itextpdf.pdfua.checkers.utils.ua2
Methods in com.itextpdf.pdfua.checkers.utils.ua2 with parameters of type PdfObjRefModifier and TypeMethodDescriptionprivate voidPdfUA2LinkChecker.checkStructDestinationsInLinkAndReference(PdfObjRef objRef) Checks that link annotations that target different locations (destinations) are in separate Link or Reference structure elements, and multiple link annotations targeting the same location are included in a single Link or Reference structure element.