com.spire.pdf.annotations
Class PdfUriAnnotationWidget
java.lang.Object
   com.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotation
       com.spire.pdf.annotations.PdfAnnotationWidget
com.spire.pdf.annotations.PdfAnnotationWidget
           com.spire.pdf.annotations.PdfStyledAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
               com.spire.pdf.annotations.PdfUriAnnotationWidget
com.spire.pdf.annotations.PdfUriAnnotationWidget
- All Implemented Interfaces: 
- IPdfWrapper
- Direct Known Subclasses: 
- PdfWebLinkAnnotationWidget
- public class PdfUriAnnotationWidget 
- extends PdfStyledAnnotationWidget
Represents the loaded unique resource identifier annotation class.
 
| Method Summary | 
|  java.lang.String | getUri()Gets the unique resource identifier text of the annotation.
 | 
|  void | setUri(java.lang.String value)Sets the unique resource identifier text of the annotation.
 | 
 
| Methods inherited from class com.spire.pdf.annotations.PdfStyledAnnotationWidget | 
| getBorder, getBounds, getColor, getLocation, getSize, getText, setAnnotationFlags, setBorder, setBounds, setColor, setLocation, setSize, setText | 
 
 
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation | 
| getDictionary, getFlags, getModifiedDate, getName, getPage, getRectangle, setDictionary, setFlags, setModifiedDate, setName, setRectangle | 
 
PdfUriAnnotationWidget
public PdfUriAnnotationWidget(PdfDictionary dictionary,
                              PdfCrossTable crossTable,
                              java.awt.geom.Rectangle2D rectangle,
                              java.lang.String text)
getUri
public java.lang.String getUri()
- Gets the unique resource identifier text of the annotation.
 
- 
 
setUri
public void setUri(java.lang.String value)
- Sets the unique resource identifier text of the annotation.
 
-