| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.annot |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PdfDocument.storeLinkAnnotation(PdfPage page,
PdfLinkAnnotation annotation)
Deprecated.
will be removed in next major version, it is being replaced with
storeDestinationToReaddress
|
| Modifier and Type | Method and Description |
|---|---|
PdfLinkAnnotation |
PdfLinkAnnotation.removeAction()
Removes a
PdfAction from this annotation. |
PdfLinkAnnotation |
PdfLinkAnnotation.removeDestination()
Removes the annotation destination.
|
PdfLinkAnnotation |
PdfLinkAnnotation.setAction(PdfAction action)
Sets a
PdfAction to this annotation which will be performed when the annotation is activated. |
PdfLinkAnnotation |
PdfLinkAnnotation.setAction(PdfDictionary action)
Sets a
PdfDictionary 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 as
PdfDestination instance. |
PdfLinkAnnotation |
PdfLinkAnnotation.setDestination(PdfObject destination)
Sets the annotation destination as
PdfObject 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 an
PdfArray of 8 × n numbers. |
PdfLinkAnnotation |
PdfLinkAnnotation.setUriAction(PdfAction action)
Sets the annotation URI action as
PdfAction instance. |
PdfLinkAnnotation |
PdfLinkAnnotation.setUriAction(PdfDictionary action)
Sets the annotation URI action as
PdfDictionary instance. |
Copyright © 1998–2023 iText Group NV. All rights reserved.