|
|||||||||
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 |