com.spire.pdf.annotations
Class PdfTextWebLinkAnnotationWidget
java.lang.Object
com.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotationWidget
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 |
getAuthor, getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setSubject, 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.