pdfdocumentlinkannotation-ag凯发旗舰厅
com.spire.pdf.annotations
class pdfdocumentlinkannotation
java.lang.object
com.spire.pdf.annotations.pdfannotation
com.spire.pdf.annotations.pdflinkannotation
com.spire.pdf.annotations.pdfdocumentlinkannotation
- all implemented interfaces:
- ipdfwrapper
public class pdfdocumentlinkannotation
- extends pdflinkannotation
represents annotation object with holds link on another location within a document.
methods inherited from class com.spire.pdf.annotations.pdfannotation |
getauthor, getborder, getcolor, getdictionary, getflags, getlocation, getmodifieddate, getname, getpage, getrectangle, getsubject, gettext, setauthor, setborder, setcolor, setdictionary, setflags, setmodifieddate, setname, setrectangle, setsubject, settext |
pdfdocumentlinkannotation
public pdfdocumentlinkannotation(java.awt.geom.rectangle2d rectangle)
- initializes new instance.
- parameters:
rectangle
- bounds of the annotation.
pdfdocumentlinkannotation
public pdfdocumentlinkannotation(java.awt.geom.rectangle2d rectangle,
pdfdestination destination)
- initializes new instance.
- parameters:
rectangle
- bounds of the annotation.destination
- destination of the annotation.
getdestination
public pdfdestination getdestination()
- gets the destination of the annotation.
setdestination
public void setdestination(pdfdestination value)
- sets the destination of the annotation.