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 PdfLinkAnnotation
PdfLinkAnnotation. removeAction()
Removes aPdfAction
from this annotation.PdfLinkAnnotation
PdfLinkAnnotation. removeDestination()
Removes the annotation destination.PdfLinkAnnotation
PdfLinkAnnotation. setAction(PdfAction action)
Sets aPdfAction
to this annotation which will be performed when the annotation is activated.PdfLinkAnnotation
PdfLinkAnnotation. setAction(PdfDictionary action)
Sets aPdfDictionary
representing action to this annotation which will be performed when the annotation is activated.PdfLinkAnnotation
PdfLinkAnnotation. setBorderStyle(PdfDictionary borderStyle)
Sets border style dictionary that has more settings than the array specified for the Border entry (PdfAnnotation.getBorder()
).PdfLinkAnnotation
PdfLinkAnnotation. setBorderStyle(PdfName style)
Setter for the annotation's preset border style.PdfLinkAnnotation
PdfLinkAnnotation. setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.PdfLinkAnnotation
PdfLinkAnnotation. setDestination(PdfDestination destination)
Sets the annotation destination asPdfDestination
instance.PdfLinkAnnotation
PdfLinkAnnotation. setDestination(PdfObject destination)
Sets the annotation destination asPdfObject
instance.PdfLinkAnnotation
PdfLinkAnnotation. setHighlightMode(PdfName hlMode)
Sets the annotation highlight mode.PdfLinkAnnotation
PdfLinkAnnotation. setQuadPoints(PdfArray quadPoints)
Sets n quadrilaterals in default user space by passing anPdfArray
of 8 × n numbers.PdfLinkAnnotation
PdfLinkAnnotation. setUriAction(PdfAction action)
Sets the annotation URI action asPdfAction
instance.PdfLinkAnnotation
PdfLinkAnnotation. setUriAction(PdfDictionary action)
Sets the annotation URI action asPdfDictionary
instance. -
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 boolean
CompareTool. 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 PdfLinkAnnotation
Link. 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.
-