pdfgridrow-ag凯发旗舰厅



com.spire.pdf.grid
class pdfgridrow

java.lang.object
  extended by com.spire.pdf.grid.pdfgridrow

public class pdfgridrow
extends java.lang.object

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

pdfgridrow

public pdfgridrow(pdfgrid grid)
initializes a new instance of the class.
method detail

getcells

public pdfgridcellcollection getcells()
gets the cells.

getstyle

public pdfgridrowstyle getstyle()
gets the row style.

setstyle

public void setstyle(pdfgridrowstyle value)
sets the row style.

getheight

public float getheight()
gets the height.

setheight

public void setheight(float value)
sets the height.

applystyle

public void applystyle(pdfgridcellstyle cellstyle)
applies the cell style to all the cells present in a row.
parameters:
cellstyle - the cell style.


网站地图