Package | Description |
---|---|
com.itextpdf.kernel.pdf | |
com.itextpdf.kernel.pdf.annot | |
com.itextpdf.layout.element |
Modifier and Type | Method and Description |
---|---|
protected void |
PdfDocument.storeLinkAnnotation(PdfPage page, PdfLinkAnnotation annotation)
Save the link annotation in a temporary storage for further copying.
|
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.
|
Modifier and Type | Method and Description |
---|---|
PdfLinkAnnotation |
Link.getLinkAnnotation()
Gets the link annotation dictionary associated with this link.
|
Constructor and Description |
---|
Link(String text, PdfLinkAnnotation linkAnnotation)
Creates a Link with a fully constructed link annotation dictionary.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.