com.spire.pdf.annotations
Class PdfWebLinkAnnotationWidget

java.lang.Object
  extended by com.spire.pdf.annotations.PdfAnnotation
      extended by com.spire.pdf.annotations.PdfAnnotationWidget
          extended by com.spire.pdf.annotations.PdfStyledAnnotationWidget
              extended by com.spire.pdf.annotations.PdfUriAnnotationWidget
                  extended by com.spire.pdf.annotations.PdfWebLinkAnnotationWidget
All Implemented Interfaces:
IPdfWrapper

public class PdfWebLinkAnnotationWidget
extends PdfUriAnnotationWidget

Represents the loaded web link annotation class.


Constructor Summary
PdfWebLinkAnnotationWidget(PdfDictionary dictionary, PdfCrossTable crossTable, java.awt.geom.Rectangle2D rectangle, java.lang.String text)
           
 
Method Summary
 
Methods inherited from class com.spire.pdf.annotations.PdfUriAnnotationWidget
getUri, setUri
 
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.PdfAnnotationWidget
getChanged, getCrossTable, getPageWidget, searchInParents, setChanged, setCrossTable, setPageWidget
 
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation
getDictionary, getFlags, getModifiedDate, getName, getPage, getRectangle, setDictionary, setFlags, setModifiedDate, setName, setRectangle
 

Constructor Detail

PdfWebLinkAnnotationWidget

public PdfWebLinkAnnotationWidget(PdfDictionary dictionary,
                                  PdfCrossTable crossTable,
                                  java.awt.geom.Rectangle2D rectangle,
                                  java.lang.String text)