com.spire.pdf.annotations
Class PdfTextWebLinkAnnotationWidget
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.PdfTextWebLinkAnnotationWidget
com.spire.pdf.annotations.PdfTextWebLinkAnnotationWidget
- All Implemented Interfaces: 
- IPdfWrapper
- public class PdfTextWebLinkAnnotationWidget 
- extends PdfAnnotationWidget
Represents the loaded text web link annotation class.
 
| Method Summary | 
|  java.lang.String | getUrl()Gets the Url.
 | 
|  void | setUrl(java.lang.String value)Sets the Url.
 | 
 
 
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation | 
| getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getText, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setText | 
 
PdfTextWebLinkAnnotationWidget
public PdfTextWebLinkAnnotationWidget(PdfDictionary dictionary,
                                      PdfCrossTable crossTable,
                                      java.lang.String text)
getUrl
public java.lang.String getUrl()
- Gets the Url.
 
- 
 
setUrl
public void setUrl(java.lang.String value)
- Sets the Url.
 
-