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 PdfObjRef
ParentTreeHandler. findObjRefByStructParentIndex(PdfDictionary pageDict, int structParentIndex)
PdfObjRef
PdfStructTreeRoot. 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 PdfObjRef
PdfUAValidationContext. 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 void
PdfUA2LinkChecker. 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.
-