|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.grid.pdfgridstylebase
public abstract class pdfgridstylebase
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 |
---|
public pdfgridstylebase()
method detail |
---|
public pdfbrush getbackgroundbrush()
public void setbackgroundbrush(pdfbrush value)
public pdfbrush gettextbrush()
public void settextbrush(pdfbrush value)
public pdfpen gettextpen()
public void settextpen(pdfpen value)
public pdffontbase getfont()
public void setfont(pdffontbase value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |