|
|||||||||
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
public class pdfstyledannotationwidget
the spire.pdf.action namespace contains classes used to create pdf action elements. represents the pdfloadedstyledannotation.
constructor summary | |
---|---|
pdfstyledannotationwidget( dictionary,
crosstable)
|
method summary | |
---|---|
pdfannotationborder |
getborder()
gets the annotation's border. |
java.awt.geom.rectangle2d |
getbounds()
gets the annotation's bounds. |
pdfrgbcolor |
getcolor()
gets the color. |
java.awt.geom.point2d |
getlocation()
gets the location. |
java.awt.geom.dimension2d |
getsize()
gets the size. |
java.lang.string |
gettext()
gets the text. |
void |
setannotationflags(pdfannotationflags value)
sets the annotation flags. |
void |
setborder(pdfannotationborder value)
sets the annotation's border. |
void |
setbounds(java.awt.geom.rectangle2d value)
sets the annotation's bounds. |
void |
setcolor(pdfrgbcolor value)
sets the color. |
void |
setlocation(java.awt.geom.point2d value)
sets the annotation's border. |
void |
setsize(java.awt.geom.dimension2d value)
sets the size. |
void |
settext(java.lang.string value)
sets the text. |
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, getmodifieddate, getname, getpage, getrectangle, getsubject, setauthor, setdictionary, setflags, setmodifieddate, setname, setrectangle, setsubject |
constructor detail |
---|
public pdfstyledannotationwidget( dictionary, crosstable)
method detail |
---|
public pdfrgbcolor getcolor()
getcolor
in class pdfannotation
public void setcolor(pdfrgbcolor value)
setcolor
in class pdfannotation
public java.lang.string gettext()
gettext
in class pdfannotation
public void settext(java.lang.string value)
settext
in class pdfannotation
public java.awt.geom.rectangle2d getbounds()
public void setbounds(java.awt.geom.rectangle2d value)
public pdfannotationborder getborder()
getborder
in class pdfannotation
public void setborder(pdfannotationborder value)
setborder
in class pdfannotation
public java.awt.geom.point2d getlocation()
getlocation
in class pdfannotation
public void setlocation(java.awt.geom.point2d value)
setlocation
in class pdfannotation
public java.awt.geom.dimension2d getsize()
getsize
in class pdfannotation
public void setsize(java.awt.geom.dimension2d value)
setsize
in class pdfannotation
public void setannotationflags(pdfannotationflags value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |