|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.grid.PdfGridStyleBase
com.spire.pdf.grid.PdfGridRowStyle
com.spire.pdf.grid.PdfGridCellStyle
public class PdfGridCellStyle
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 |
---|
public PdfGridCellStyle()
Method Detail |
---|
public PdfStringFormat getStringFormat()
public void setStringFormat(PdfStringFormat value)
public PdfBorders getBorders()
public void setBorders(PdfBorders value)
public PdfImage getBackgroundImage()
public void setBackgroundImage(PdfImage value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |