|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.fields.pdffield
com.spire.pdf.widget.pdffieldwidget
com.spire.pdf.widget.pdfstyledfieldwidget
public class pdfstyledfieldwidget
represents loaded styled field.
constructor summary | |
---|---|
pdfstyledfieldwidget( dictionary,
crosstable)
|
method summary | |
---|---|
pdffieldactions |
getactions()
gets the actions of the field. |
pdfrgbcolor |
getbordercolor()
gets the color of the border. |
pdfborderstyle |
getborderstyle()
gets the color of the border. |
float |
getborderwidth()
gets the width of the border. |
pdffontbase |
getfont()
gets the font. |
pdfaction |
getgotfocus()
gets the action to be performed when the annotation receives the input focus. |
java.awt.geom.point2d |
getlocation()
gets or sets the location. |
pdfaction |
getlostfocus()
gets the action to be performed when the annotation loses the input focus. |
pdfaction |
getmousedown()
gets the action to be performed when the mouse button is pressed inside the annotations active area. |
pdfaction |
getmouseenter()
gets the action to be performed when the mouse button is pressed inside the annotations active area. |
pdfaction |
getmouseleave()
gets the action to be performed when the mouse button is left outside the annotations active area. |
java.awt.geom.dimension2d |
getsize()
gets the size. |
boolean |
getvisible()
gets a value indicating the visibility of the field. |
void |
setbordercolor(pdfrgbcolor value)
sets the color of the border. |
void |
setborderstyle(pdfborderstyle value)
sets the color of the border. |
void |
setborderwidth(float value)
sets the width of the border. |
void |
setbounds(java.awt.geom.rectangle2d value)
sets the bounds. |
void |
setgotfocus(pdfaction value)
sets the action to be performed when the annotation receives the input focus. |
void |
setlocation(java.awt.geom.point2d value)
|
void |
setlostfocus(pdfaction value)
sets the action to be performed when the annotation loses the input focus. |
void |
setmousedown(pdfaction value)
sets the action to be performed when the mouse button is pressed inside the annotations active area. |
void |
setmouseenter(pdfaction value)
sets the action to be performed when the mouse button is pressed inside the annotations active area. |
void |
setmouseleave(pdfaction value)
sets the action to be performed when the mouse button is left outside the annotations active area. |
void |
setsize(java.awt.geom.dimension2d value)
|
methods inherited from class com.spire.pdf.widget.pdffieldwidget |
---|
getname, getpage, gettooltip, importfieldvalue, setreadonly, setrequired |
methods inherited from class com.spire.pdf.fields.pdffield |
---|
getexport, getflatten, getform, getmappingname, getreadonly, getrequired, setexport, setflatten, settooltip |
constructor detail |
---|
public pdfstyledfieldwidget( dictionary, crosstable)
method detail |
---|
public pdffieldactions getactions()
public pdfaction getmouseenter()
public void setmouseenter(pdfaction value)
public pdfaction getmousedown()
public void setmousedown(pdfaction value)
public pdfaction getmouseleave()
public void setmouseleave(pdfaction value)
public pdfaction getgotfocus()
public void setgotfocus(pdfaction value)
public pdfaction getlostfocus()
public void setlostfocus(pdfaction value)
public void setbounds(java.awt.geom.rectangle2d value)
value
- rectangle2dpublic java.awt.geom.point2d getlocation()
public void setlocation(java.awt.geom.point2d value)
public java.awt.geom.dimension2d getsize()
public void setsize(java.awt.geom.dimension2d value)
public pdfborderstyle getborderstyle()
public void setborderstyle(pdfborderstyle value)
public pdfrgbcolor getbordercolor()
public void setbordercolor(pdfrgbcolor value)
public float getborderwidth()
public void setborderwidth(float value)
public pdffontbase getfont()
public boolean getvisible()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |