pdfdocumentlinkannotation-ag凯发旗舰厅



com.spire.pdf.annotations
class pdfdocumentlinkannotation

java.lang.object
  extended by com.spire.pdf.annotations.pdfannotation
      extended by com.spire.pdf.annotations.pdflinkannotation
          extended by 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.


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, getdictionary, getflags, getlocation, getmodifieddate, getname, getpage, getrectangle, getsubject, gettext, setauthor, setborder, setcolor, setdictionary, setflags, setmodifieddate, setname, setrectangle, setsubject, settext
 
constructor detail

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.
method detail

getdestination

public pdfdestination getdestination()
gets the destination of the annotation.

setdestination

public void setdestination(pdfdestination value)
sets the destination of the annotation.


网站地图