com.spire.pdf.annotations
Class PdfFileLinkAnnotationWidget
java.lang.Object
com.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
com.spire.pdf.annotations.PdfFileLinkAnnotationWidget
- All Implemented Interfaces:
- IPdfWrapper
public class PdfFileLinkAnnotationWidget
- extends PdfStyledAnnotationWidget
Represents the loaded file link annotation class.
Method Summary |
java.lang.String |
getFileName()
Gets or sets the filename 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 |
PdfFileLinkAnnotationWidget
public PdfFileLinkAnnotationWidget(PdfDictionary dictionary,
PdfCrossTable crossTable,
java.awt.geom.Rectangle2D rectangle,
java.lang.String filename)
getFileName
public java.lang.String getFileName()
- Gets or sets the filename of the annotation.