Uses of Class
com.itextpdf.kernel.pdf.annot.PdfLinkAnnotation
Packages that use PdfLinkAnnotation
Package
Description
-
Uses of PdfLinkAnnotation in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf with parameters of type PdfLinkAnnotationModifier and TypeMethodDescriptionprotected voidPdfDocument.storeLinkAnnotation(PdfPage page, PdfLinkAnnotation annotation) Deprecated.will be removed in next major version, it is being replaced with storeDestinationToReaddress -
Uses of PdfLinkAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfLinkAnnotationModifier and TypeMethodDescriptionPdfLinkAnnotation.removeAction()Removes aPdfActionfrom this annotation.PdfLinkAnnotation.removeDestination()Removes the annotation destination.Sets aPdfActionto this annotation which will be performed when the annotation is activated.PdfLinkAnnotation.setAction(PdfDictionary action) Sets aPdfDictionaryrepresenting action to this annotation which will be performed when the annotation is activated.PdfLinkAnnotation.setBorderStyle(PdfDictionary borderStyle) Sets border style dictionary that has more settings than the array specified for the Border entry (PdfAnnotation.getBorder()).PdfLinkAnnotation.setBorderStyle(PdfName style) Setter for the annotation's preset border style.PdfLinkAnnotation.setDashPattern(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfLinkAnnotation.setDestination(PdfDestination destination) Sets the annotation destination asPdfDestinationinstance.PdfLinkAnnotation.setDestination(PdfObject destination) Sets the annotation destination asPdfObjectinstance.PdfLinkAnnotation.setHighlightMode(PdfName hlMode) Sets the annotation highlight mode.PdfLinkAnnotation.setQuadPoints(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArrayof 8 × n numbers.PdfLinkAnnotation.setUriAction(PdfAction action) Sets the annotation URI action asPdfActioninstance.PdfLinkAnnotation.setUriAction(PdfDictionary action) Sets the annotation URI action asPdfDictionaryinstance. -
Uses of PdfLinkAnnotation in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return PdfLinkAnnotationModifier and TypeMethodDescriptionLink.getLinkAnnotation()Gets the link annotation dictionary associated with this link.Constructors in com.itextpdf.layout.element with parameters of type PdfLinkAnnotationModifierConstructorDescriptionLink(String text, PdfLinkAnnotation linkAnnotation) Creates a Link with a fully constructed link annotation dictionary.