Uses of Class
com.itextpdf.text.pdf.PdfAnnotation.PdfImportedLink
-
Packages that use PdfAnnotation.PdfImportedLink Package Description com.itextpdf.testutils com.itextpdf.text.pdf -
-
Uses of PdfAnnotation.PdfImportedLink in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfAnnotation.PdfImportedLink Modifier and Type Method Description private boolean
CompareTool. linksAreSame(PdfAnnotation.PdfImportedLink cmpLink, PdfAnnotation.PdfImportedLink outLink)
-
Uses of PdfAnnotation.PdfImportedLink in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return types with arguments of type PdfAnnotation.PdfImportedLink Modifier and Type Method Description java.util.ArrayList<PdfAnnotation.PdfImportedLink>
PdfReader. getLinks(int page)
Retrieves links for a certain page.
-