|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.tables.pdfcellstyle
public class pdfcellstyle
represents information about cell style.
constructor summary | |
---|---|
pdfcellstyle()
initializes a new instance of the class. |
|
pdfcellstyle(pdffontbase font,
pdfbrush fontbrush,
pdfpen borderpen)
initializes a new instance of the class. |
method summary | |
---|---|
pdfbrush |
getbackgroundbrush()
gets or sets the brush with which the background will be drawn. |
pdfpen |
getborderpen()
gets or sets the pen with which the border will be drawn. |
pdffontbase |
getfont()
gets or sets the font. |
pdfstringformat |
getstringformat()
gets or sets the string format of the cell text. |
pdfbrush |
gettextbrush()
gets or sets the brush which will be used to draw font. |
pdfpen |
gettextpen()
gets or sets the font which will be used to draw text outlines. |
void |
setbackgroundbrush(pdfbrush value)
|
void |
setborderpen(pdfpen value)
|
void |
setfont(pdffontbase value)
|
void |
setstringformat(pdfstringformat value)
|
void |
settextbrush(pdfbrush value)
|
void |
settextpen(pdfpen value)
|
constructor detail |
---|
public pdfcellstyle()
public pdfcellstyle(pdffontbase font, pdfbrush fontbrush, pdfpen borderpen)
font
- the font.fontbrush
- the font brush.borderpen
- the border pen.method detail |
---|
public pdffontbase getfont()
public void setfont(pdffontbase value)
public pdfstringformat getstringformat()
public void setstringformat(pdfstringformat value)
public pdfpen gettextpen()
it should be null for default text representation.
public void settextpen(pdfpen value)
public pdfbrush gettextbrush()
this brush will be used to fill glyphs interior, which is the default.
public void settextbrush(pdfbrush value)
public pdfpen getborderpen()
public void setborderpen(pdfpen value)
public pdfbrush getbackgroundbrush()
it's null by default.
public void setbackgroundbrush(pdfbrush value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |