com.spire.pdf.annotations
Class PdfTextAnnotationWidget
java.lang.Object
com.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
com.spire.pdf.annotations.PdfTextAnnotationWidget
- All Implemented Interfaces:
- IPdfWrapper
public class PdfTextAnnotationWidget
- extends PdfStyledAnnotationWidget
Represents the PdfTextAnnotationWidget.
Method Summary |
java.lang.String |
getAuthor()
Gets annotation's author. |
void |
setAuthor(java.lang.String value)
Sets annotation's author. |
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 |
PdfTextAnnotationWidget
public PdfTextAnnotationWidget(PdfDictionary dictionary,
PdfCrossTable crossTable,
com.spire.ms.System.Drawing.RectangleF rectangle,
java.lang.String text)
getAuthor
public java.lang.String getAuthor()
- Gets annotation's author.
setAuthor
public void setAuthor(java.lang.String value)
- Sets annotation's author.