Uses of Class
com.itextpdf.kernel.pdf.annot.PdfLinkAnnotation
-
Packages that use PdfLinkAnnotation Package Description com.itextpdf.kernel.pdf.annot com.itextpdf.kernel.utils com.itextpdf.layout.element -
-
Uses of PdfLinkAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfLinkAnnotation Modifier and Type Method Description PdfLinkAnnotationPdfLinkAnnotation. removeAction()Removes aPdfActionfrom this annotation.PdfLinkAnnotationPdfLinkAnnotation. removeDestination()Removes the annotation destination.PdfLinkAnnotationPdfLinkAnnotation. setAction(PdfAction action)Sets aPdfActionto this annotation which will be performed when the annotation is activated.PdfLinkAnnotationPdfLinkAnnotation. setAction(PdfDictionary action)Sets aPdfDictionaryrepresenting action to this annotation which will be performed when the annotation is activated.PdfLinkAnnotationPdfLinkAnnotation. setBorderStyle(PdfDictionary borderStyle)Sets border style dictionary that has more settings than the array specified for the Border entry (PdfAnnotation.getBorder()).PdfLinkAnnotationPdfLinkAnnotation. setBorderStyle(PdfName style)Setter for the annotation's preset border style.PdfLinkAnnotationPdfLinkAnnotation. setDashPattern(PdfArray dashPattern)Setter for the annotation's preset dashed border style.PdfLinkAnnotationPdfLinkAnnotation. setDestination(PdfDestination destination)Sets the annotation destination asPdfDestinationinstance.PdfLinkAnnotationPdfLinkAnnotation. setDestination(PdfObject destination)Sets the annotation destination asPdfObjectinstance.PdfLinkAnnotationPdfLinkAnnotation. setHighlightMode(PdfName hlMode)Sets the annotation highlight mode.PdfLinkAnnotationPdfLinkAnnotation. setQuadPoints(PdfArray quadPoints)Sets n quadrilaterals in default user space by passing anPdfArrayof 8 × n numbers.PdfLinkAnnotationPdfLinkAnnotation. setUriAction(PdfAction action)Sets the annotation URI action asPdfActioninstance.PdfLinkAnnotationPdfLinkAnnotation. setUriAction(PdfDictionary action)Sets the annotation URI action asPdfDictionaryinstance. -
Uses of PdfLinkAnnotation in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils that return types with arguments of type PdfLinkAnnotation Modifier and Type Method Description private java.util.List<PdfLinkAnnotation>CompareTool. getLinkAnnotations(int pageNum, PdfDocument document)Methods in com.itextpdf.kernel.utils with parameters of type PdfLinkAnnotation Modifier and Type Method Description private booleanCompareTool. compareLinkAnnotations(PdfLinkAnnotation cmpLink, PdfLinkAnnotation outLink, PdfDocument cmpDocument, PdfDocument outDocument) -
Uses of PdfLinkAnnotation in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return PdfLinkAnnotation Modifier and Type Method Description PdfLinkAnnotationLink. getLinkAnnotation()Gets the link annotation dictionary associated with this link.Constructors in com.itextpdf.layout.element with parameters of type PdfLinkAnnotation Constructor Description Link(java.lang.String text, PdfLinkAnnotation linkAnnotation)Creates a Link with a fully constructed link annotation dictionary.
-