pdfuriannotation-ag凯发旗舰厅
com.spire.pdf.annotations
class pdfuriannotation
java.lang.object
com.spire.pdf.annotations.pdfannotation
com.spire.pdf.annotations.pdflinkannotation
com.spire.pdf.annotations.pdfactionlinkannotation
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. |
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 |
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.
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