|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfLinkAnnotation
com.spire.pdf.annotations.PdfDocumentLinkAnnotation
public class PdfDocumentLinkAnnotation
Represents annotation object with holds link on another location within a document.
| Constructor Summary | |
|---|---|
PdfDocumentLinkAnnotation(java.awt.geom.Rectangle2D rectangle)
Initializes new instance. |
|
PdfDocumentLinkAnnotation(java.awt.geom.Rectangle2D rectangle,
PdfDestination destination)
Initializes new instance. |
|
| Method Summary | |
|---|---|
PdfDestination |
getDestination()
Gets the destination of the annotation. |
void |
setDestination(PdfDestination value)
Sets the destination of the annotation. |
| Methods inherited from class com.spire.pdf.annotations.PdfLinkAnnotation |
|---|
getHighlightMode, setHighlightMode |
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
|---|
getAuthor, getBorder, getColor, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setFlags, setModifiedDate, setName, setRectangle, setSubject, setText |
| Constructor Detail |
|---|
public PdfDocumentLinkAnnotation(java.awt.geom.Rectangle2D rectangle)
rectangle - Bounds of the annotation.
public PdfDocumentLinkAnnotation(java.awt.geom.Rectangle2D rectangle,
PdfDestination destination)
rectangle - Bounds of the annotation.destination - Destination of the annotation.| Method Detail |
|---|
public PdfDestination getDestination()
public void setDestination(PdfDestination value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||