|
|||||||||
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.fields.pdfsignaturestyledfield
public abstract class pdfsignaturestyledfield
represents form's field with style parameters.
constructor summary | |
---|---|
pdfsignaturestyledfield()
|
|
pdfsignaturestyledfield(pdfpagebase page,
java.lang.string name)
initializes a new instance of the class. |
method summary | |
---|---|
pdfrgbcolor |
getbackcolor()
gets the color of the background. |
pdfrgbcolor |
getbordercolor()
gets the color of the border. |
pdfborderstyle |
getborderstyle()
gets the border style. |
float |
getborderwidth()
gets the width of the border. |
java.awt.geom.rectangle2d |
getbounds()
gets the bounds. |
pdfhighlightmode |
gethighlightmode()
gets the highlighting mode. |
void |
setbackcolor(pdfrgbcolor value)
sets the color of the background. |
void |
setbordercolor(pdfrgbcolor value)
sets the color of the border. |
void |
setborderstyle(pdfborderstyle value)
sets the border style. |
void |
setborderwidth(float value)
sets the width of the border. |
void |
setbounds(java.awt.geom.rectangle2d value)
sets the bounds. |
void |
sethighlightmode(pdfhighlightmode value)
sets the highlighting mode. |
methods inherited from class com.spire.pdf.fields.pdffield |
---|
getexport, getflatten, getform, getmappingname, getname, getpage, getreadonly, getrequired, gettooltip, setexport, setflatten, setreadonly, settooltip |
constructor detail |
---|
public pdfsignaturestyledfield(pdfpagebase page, java.lang.string name)
page
- the page where the field should be placed.name
- the name.public pdfsignaturestyledfield()
method detail |
---|
public java.awt.geom.rectangle2d getbounds()
public void setbounds(java.awt.geom.rectangle2d value)
public pdfrgbcolor getbordercolor()
public void setbordercolor(pdfrgbcolor value)
public pdfrgbcolor getbackcolor()
public void setbackcolor(pdfrgbcolor value)
public float getborderwidth()
public void setborderwidth(float value)
public pdfhighlightmode gethighlightmode()
public void sethighlightmode(pdfhighlightmode value)
public pdfborderstyle getborderstyle()
public void setborderstyle(pdfborderstyle value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |