pdfuriannotation-ag凯发旗舰厅



com.spire.pdf.annotations
class pdfuriannotation

java.lang.object
  extended by com.spire.pdf.annotations.pdfannotation
      extended by com.spire.pdf.annotations.pdflinkannotation
          extended by com.spire.pdf.annotations.pdfactionlinkannotation
              extended by com.spire.pdf.annotations.pdfuriannotation
all implemented interfaces:
ipdfwrapper

public class pdfuriannotation
extends pdfactionlinkannotation

represents the uri annotation


constructor summary
pdfuriannotation(java.awt.geom.rectangle2d rectangle)
           
pdfuriannotation(java.awt.geom.rectangle2d rectangle, java.lang.string uri)
          initializes a new instance of the class.
 
method summary
 pdfaction getaction()
          gets the action.
 java.lang.string geturi()
          gets the uri address.
 void setaction(pdfaction value)
          sets the action.
 void seturi(java.lang.string value)
          sets the uri address.
 
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

pdfuriannotation

public pdfuriannotation(java.awt.geom.rectangle2d rectangle)

pdfuriannotation

public pdfuriannotation(java.awt.geom.rectangle2d rectangle,
                        java.lang.string uri)
initializes a new instance of the class.
parameters:
rectangle - rectanglef structure that specifies the bounds of the annotation.
uri - unique resource identifier path.
method detail

geturi

public java.lang.string geturi()
gets the uri address.

seturi

public void seturi(java.lang.string value)
sets the uri address.

getaction

public pdfaction getaction()
gets the action.
overrides:
getaction in class pdfactionlinkannotation

setaction

public void setaction(pdfaction value)
sets the action.
overrides:
setaction in class pdfactionlinkannotation


网站地图