pdfgridcellstyle-ag凯发旗舰厅



com.spire.pdf.grid
class pdfgridcellstyle

java.lang.object
  extended by com.spire.pdf.grid.pdfgridstylebase
      extended by com.spire.pdf.grid.pdfgridrowstyle
          extended by com.spire.pdf.grid.pdfgridcellstyle

public class pdfgridcellstyle
extends pdfgridrowstyle

represents pdf grid-cell style.


constructor summary
pdfgridcellstyle()
          initializes a new instance of the class.
 
method summary
 pdfimage getbackgroundimage()
          gets the background image.
 pdfborders getborders()
          gets or sets the border.
 pdfstringformat getstringformat()
          gets the string format.
 void setbackgroundimage(pdfimage value)
          sets the background image.
 void setborders(pdfborders value)
          sets the border.
 void setstringformat(pdfstringformat value)
          sets the string format.
 
methods inherited from class com.spire.pdf.grid.pdfgridstylebase
getbackgroundbrush, getfont, gettextbrush, gettextpen, setbackgroundbrush, setfont, settextbrush, settextpen
 
constructor detail

pdfgridcellstyle

public pdfgridcellstyle()
initializes a new instance of the class.
method detail

getstringformat

public pdfstringformat getstringformat()
gets the string format.

setstringformat

public void setstringformat(pdfstringformat value)
sets the string format.

getborders

public pdfborders getborders()
gets or sets the border.

setborders

public void setborders(pdfborders value)
sets the border.

getbackgroundimage

public pdfimage getbackgroundimage()
gets the background image.

setbackgroundimage

public void setbackgroundimage(pdfimage value)
sets the background image.


网站地图