|
|||||||||
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.pdfstyledfield
public abstract class pdfstyledfield
represents form's field with style parameters.
constructor summary | |
---|---|
pdfstyledfield()
|
|
pdfstyledfield(pdfpagebase page,
java.lang.string name)
initializes a new instance of the class. |
method summary | |
---|---|
pdffieldactions |
getactions()
gets the actions of the field. |
pdfrgbcolor |
getbackcolor()
gets the color of the background. |
pdfborderstyle |
getborderstyle()
gets the border style. |
float |
getborderwidth()
gets the width of the border. |
java.awt.geom.rectangle2d |
getbounds()
sets the bounds. |
pdfrgbcolor |
getforecolor()
gets the color of the text. |
java.awt.geom.point2d |
getlocation()
gets the location. |
java.awt.geom.dimension2d |
getsize()
gets the size. |
pdftextalignment |
gettextalignment()
gets the text alignment. |
boolean |
getvisible()
gets a value indicating whether this is visible. |
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)
gets the bounds. |
void |
setforecolor(pdfrgbcolor value)
sets the color of the text. |
void |
setlocation(java.awt.geom.point2d value)
sets the location. |
void |
setsize(java.awt.geom.dimension2d value)
sets the size. |
void |
settextalignment(pdftextalignment value)
sets the text alignment. |
void |
setvisible(boolean value)
sets a value indicating whether this is visible. |
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 pdfstyledfield(pdfpagebase page, java.lang.string name)
page
- the page where the field should be placed.name
- the name.public pdfstyledfield()
method detail |
---|
public java.awt.geom.rectangle2d getbounds()
public void setbounds(java.awt.geom.rectangle2d value)
public 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 void setbordercolor(pdfrgbcolor value)
public pdfrgbcolor getbackcolor()
public void setbackcolor(pdfrgbcolor value)
public pdfrgbcolor getforecolor()
public void setforecolor(pdfrgbcolor value)
public float getborderwidth()
public void setborderwidth(float value)
public pdftextalignment gettextalignment()
public void settextalignment(pdftextalignment value)
public pdffieldactions getactions()
public pdfborderstyle getborderstyle()
public void setborderstyle(pdfborderstyle value)
public boolean getvisible()
public void setvisible(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |