com.spire.pdf.annotations
Class PdfDocumentLinkAnnotationWidget
java.lang.Object
com.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
com.spire.pdf.annotations.PdfDocumentLinkAnnotationWidget
- All Implemented Interfaces:
- IPdfWrapper
public class PdfDocumentLinkAnnotationWidget
- extends PdfStyledAnnotationWidget
Represents the loaded document link annotation class.
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 |
getAuthor, getDictionary, getFlags, getModifiedDate, getName, getPage, getRectangle, getSubject, setAuthor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setSubject |
PdfDocumentLinkAnnotationWidget
public PdfDocumentLinkAnnotationWidget(PdfDictionary dictionary,
PdfCrossTable crossTable,
java.awt.geom.Rectangle2D rectangle,
PdfPageBase page)
setDestination
public void setDestination(PdfDestination value)
- Sets the destination of the annotation.
getDestination
public PdfDestination getDestination()
- Gets the destination.
- Returns:
- The destination.
- Throws:
java.lang.Exception