Uses of Class
com.itextpdf.kernel.pdf.tagging.PdfObjRef
-
Packages that use PdfObjRef Package Description com.itextpdf.kernel.pdf.tagging com.itextpdf.pdfua.checkers.utils com.itextpdf.pdfua.checkers.utils.ua2 -
-
Uses of PdfObjRef in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging that return PdfObjRef Modifier and Type Method Description PdfObjRefParentTreeHandler. findObjRefByStructParentIndex(PdfDictionary pageDict, int structParentIndex)PdfObjRefPdfStructTreeRoot. findObjRefByStructParentIndex(PdfDictionary pageDict, int structParentIndex) -
Uses of PdfObjRef in com.itextpdf.pdfua.checkers.utils
Methods in com.itextpdf.pdfua.checkers.utils that return PdfObjRef Modifier and Type Method Description PdfObjRefPdfUAValidationContext. 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 PdfObjRef Modifier and Type Method Description private 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.
-