pdfgridstylebase-ag凯发旗舰厅



com.spire.pdf.grid
class pdfgridstylebase

java.lang.object
  extended by com.spire.pdf.grid.pdfgridstylebase
direct known subclasses:
pdfgridrowstyle, pdfgridstyle

public abstract class pdfgridstylebase
extends java.lang.object

the class defines pdf grid style the common methods and fields


constructor summary
pdfgridstylebase()
           
 
method summary
 pdfbrush getbackgroundbrush()
          gets the background brush.
 pdffontbase getfont()
          gets the font.
 pdfbrush gettextbrush()
          gets the text brush.
 pdfpen gettextpen()
          gets the text pen.
 void setbackgroundbrush(pdfbrush value)
          sets the background brush.
 void setfont(pdffontbase value)
          sets the font.
 void settextbrush(pdfbrush value)
          sets the text brush.
 void settextpen(pdfpen value)
          sets the text pen.
 
constructor detail

pdfgridstylebase

public pdfgridstylebase()
method detail

getbackgroundbrush

public pdfbrush getbackgroundbrush()
gets the background brush.

setbackgroundbrush

public void setbackgroundbrush(pdfbrush value)
sets the background brush.

gettextbrush

public pdfbrush gettextbrush()
gets the text brush.

settextbrush

public void settextbrush(pdfbrush value)
sets the text brush.

gettextpen

public pdfpen gettextpen()
gets the text pen.

settextpen

public void settextpen(pdfpen value)
sets the text pen.

getfont

public pdffontbase getfont()
gets the font.

setfont

public void setfont(pdffontbase value)
sets the font.


网站地图