Uses of Class
com.itextpdf.kernel.pdf.annot.PdfLinkAnnotation
-
Uses of PdfLinkAnnotation in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionPdfLinkAnnotation.removeAction()
Removes aPdfAction
from this annotation.PdfLinkAnnotation.removeDestination()
Removes the annotation destination.Sets aPdfAction
to this annotation which will be performed when the annotation is activated.PdfLinkAnnotation.setAction
(PdfDictionary action) Sets aPdfDictionary
representing 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 asPdfDestination
instance.PdfLinkAnnotation.setDestination
(PdfObject destination) Sets the annotation destination asPdfObject
instance.PdfLinkAnnotation.setHighlightMode
(PdfName hlMode) Sets the annotation highlight mode.PdfLinkAnnotation.setQuadPoints
(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArray
of 8 × n numbers.PdfLinkAnnotation.setUriAction
(PdfAction action) Sets the annotation URI action asPdfAction
instance.PdfLinkAnnotation.setUriAction
(PdfDictionary action) Sets the annotation URI action asPdfDictionary
instance. -
Uses of PdfLinkAnnotation in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionLink.getLinkAnnotation()
Gets the link annotation dictionary associated with this link.ModifierConstructorDescriptionLink
(String text, PdfLinkAnnotation linkAnnotation) Creates a Link with a fully constructed link annotation dictionary.