|
|||||||||
| 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)
|
|
| Method Summary | |
|---|---|
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 |
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 |
| 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, getPageWidget, searchInParents, setChanged, setPageWidget |
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
|---|
getAuthor, getFlags, getName, getPage, getRectangle, getSubject, setAuthor, setFlags, setName, setRectangle, setSubject |
| Constructor Detail |
|---|
public PdfFreeTextAnnotationWidget(PdfDictionary dic)
| 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 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 | ||||||||