|
|||||||||
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( dic,
ct)
|
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, getcrosstable, getpagewidget, searchinparents, setchanged, setcrosstable, setpagewidget |
methods inherited from class com.spire.pdf.annotations.pdfannotation |
---|
getauthor, getdictionary, getflags, getname, getpage, getrectangle, getsubject, setauthor, setdictionary, setflags, setname, setrectangle, setsubject |
constructor detail |
---|
public pdffreetextannotationwidget( dic, ct)
method detail |
---|
public java.util.date getcreationdate()
public void setcreationdate(java.util.date value)
public java.util.date getmodifieddate()
getmodifieddate
in class pdfannotation
public void setmodifieddate(java.util.date value)
setmodifieddate
in class pdfannotation
public 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 |