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