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) |
PdfLinkAnnotation |
PdfLinkAnnotation.setAction(PdfDictionary action) |
PdfLinkAnnotation |
PdfLinkAnnotation.setDestination(PdfDestination destination) |
PdfLinkAnnotation |
PdfLinkAnnotation.setDestination(PdfObject destination) |
PdfLinkAnnotation |
PdfLinkAnnotation.setHighlightMode(PdfName hlMode) |
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–2017 iText Group NV. All rights reserved.