|
|||||||||
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 |
---|
getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getText, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, 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 |