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() |
PdfLinkAnnotation |
PdfLinkAnnotation.removeDestination() |
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) |
PdfLinkAnnotation |
PdfLinkAnnotation.setDestination(PdfObject destination) |
PdfLinkAnnotation |
PdfLinkAnnotation.setHighlightMode(PdfName hlMode) |
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) |
PdfLinkAnnotation |
PdfLinkAnnotation.setUriAction(PdfDictionary action) |
Modifier and Type | Field and Description |
---|---|
protected PdfLinkAnnotation |
Link.linkAnnotation
Deprecated.
|
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–2018 iText Group NV. All rights reserved.