|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.grid.PdfGridRow
public class PdfGridRow
The class for pdf grid row operations
Constructor Summary | |
---|---|
PdfGridRow(PdfGrid grid)
Initializes a new instance of the class. |
Method Summary | |
---|---|
void |
applyStyle(PdfGridCellStyle cellStyle)
Applies the cell style to all the cells present in a row. |
PdfGridCellCollection |
getCells()
Gets the cells. |
float |
getHeight()
Gets the height. |
PdfGridRowStyle |
getStyle()
Gets the row style. |
void |
setHeight(float value)
Sets the height. |
void |
setStyle(PdfGridRowStyle value)
Sets the row style. |
Constructor Detail |
---|
public PdfGridRow(PdfGrid grid)
Method Detail |
---|
public PdfGridCellCollection getCells()
public PdfGridRowStyle getStyle()
public void setStyle(PdfGridRowStyle value)
public float getHeight()
public void setHeight(float value)
public void applyStyle(PdfGridCellStyle cellStyle)
cellStyle
- The cell style.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |