com.spire.pdf.annotations
Class PdfTextAnnotationWidget

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.PdfTextAnnotationWidget
All Implemented Interfaces:
IPdfWrapper

public class PdfTextAnnotationWidget
extends PdfStyledAnnotationWidget

Represents the PdfTextAnnotationWidget.


Constructor Summary
PdfTextAnnotationWidget(PdfDictionary dictionary, PdfCrossTable crossTable, com.spire.ms.System.Drawing.RectangleF rectangle, java.lang.String text)
           
 
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.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

PdfTextAnnotationWidget

public PdfTextAnnotationWidget(PdfDictionary dictionary,
                               PdfCrossTable crossTable,
                               com.spire.ms.System.Drawing.RectangleF rectangle,
                               java.lang.String text)
Method Detail

getAuthor

public java.lang.String getAuthor()
Gets annotation's author.


setAuthor

public void setAuthor(java.lang.String value)
Sets annotation's author.