pdfsignaturestyledfield-ag凯发旗舰厅



com.spire.pdf.fields
class pdfsignaturestyledfield

java.lang.object
  extended by com.spire.pdf.fields.pdffield
      extended by com.spire.pdf.fields.pdfsignaturestyledfield
all implemented interfaces:
ipdfwrapper
direct known subclasses:
pdfsignatureappearancefield

public abstract class pdfsignaturestyledfield
extends pdffield

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

pdfsignaturestyledfield

public pdfsignaturestyledfield(pdfpagebase page,
                               java.lang.string name)
initializes a new instance of the class.
parameters:
page - the page where the field should be placed.
name - the name.

pdfsignaturestyledfield

public pdfsignaturestyledfield()
method detail

getbounds

public java.awt.geom.rectangle2d getbounds()
gets the bounds.

setbounds

public void setbounds(java.awt.geom.rectangle2d value)
sets the bounds.

getbordercolor

public pdfrgbcolor getbordercolor()
gets the color of the border.

setbordercolor

public void setbordercolor(pdfrgbcolor value)
sets the color of the border.

getbackcolor

public pdfrgbcolor getbackcolor()
gets the color of the background.

setbackcolor

public void setbackcolor(pdfrgbcolor value)
sets the color of the background.

getborderwidth

public float getborderwidth()
gets the width of the border.

setborderwidth

public void setborderwidth(float value)
sets the width of the border.

gethighlightmode

public pdfhighlightmode gethighlightmode()
gets the highlighting mode.

sethighlightmode

public void sethighlightmode(pdfhighlightmode value)
sets the highlighting mode.

getborderstyle

public pdfborderstyle getborderstyle()
gets the border style.

setborderstyle

public void setborderstyle(pdfborderstyle value)
sets the border style.


网站地图