| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
com.spire.pdf.annotations.PdfFreeTextAnnotationWidget
public class PdfFreeTextAnnotationWidget
Represents the free text annotation widget.
| Constructor Summary | |
|---|---|
| PdfFreeTextAnnotationWidget(PdfDictionary dic,
                            PdfCrossTable ct) | |
| Method Summary | |
|---|---|
|  java.lang.String | getAuthor()Gets the user who created the annotation. | 
|  PdfRGBColor | getBorderColor()Gets the border color | 
|  PdfBorderStyle | getBorderStyle()Gets the border style | 
|  float | getBorderWidth()Gets the border width. | 
|  java.awt.geom.Point2D[] | getCalloutLines()Get the callout line | 
|  java.util.Date | getCreationDate()Gets the date and time when the annotation was created. | 
|  PdfAnnotationIntent | getIntent()Gets a name describing the intent of the free text annotation. | 
|  PdfLineEndingStyle | getLineEndingStyle()Get the line ending style | 
|  java.util.Date | getModifiedDate()Gets the date and time when the annotation was most recently modified. | 
|  float | getOpacity()Gets the opcity value to be used. | 
|  float[] | getRectangularDifferenceArray()Gets the rectangular diffecences array | 
|  java.lang.String | getSubject()Gets the annotation's subject. | 
|  void | setAuthor(java.lang.String value)Sets the user who created the annotation. | 
|  void | setCreationDate(java.util.Date value)Sets the date and time when the annotation was created. | 
|  void | setModifiedDate(java.util.Date value)Sets the date and time when the annotation was most recently modified. | 
|  void | setRectangularDifferenceArray(float[] value)Sets the rectangular diffecences array | 
|  void | setSubject(java.lang.String value)Sets the annotation's subject. | 
| 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, getName, getPage, getRectangle, setDictionary, setFlags, setName, setRectangle | 
| Constructor Detail | 
|---|
public PdfFreeTextAnnotationWidget(PdfDictionary dic,
                                   PdfCrossTable ct)
| Method Detail | 
|---|
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date value)
public java.util.Date getModifiedDate()
getModifiedDate in class PdfAnnotationpublic void setModifiedDate(java.util.Date value)
setModifiedDate in class PdfAnnotationpublic float[] getRectangularDifferenceArray()
public void setRectangularDifferenceArray(float[] value)
public PdfAnnotationIntent getIntent()
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
public java.lang.String getSubject()
public void setSubject(java.lang.String value)
public float getOpacity()
public PdfLineEndingStyle getLineEndingStyle()
public java.awt.geom.Point2D[] getCalloutLines()
public float getBorderWidth()
public PdfRGBColor getBorderColor()
public PdfBorderStyle getBorderStyle()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||