pdfgridrowcollection-ag凯发旗舰厅



com.spire.pdf.grid
class pdfgridrowcollection

java.lang.object
  extended by com.spire.ms.system.collections.generic.list<pdfgridrow>
      extended by com.spire.pdf.grid.pdfgridrowcollection
all implemented interfaces:
com.spire.ms.system.collections.generic.igenericcollection<pdfgridrow>, com.spire.ms.system.collections.generic.igenericenumerable<pdfgridrow>, com.spire.ms.system.collections.generic.igenericlist<pdfgridrow>, com.spire.ms.system.collections.ienumerable<pdfgridrow>, java.lang.iterable<pdfgridrow>, java.util.collection<pdfgridrow>, java.util.list<pdfgridrow>

public class pdfgridrowcollection
extends com.spire.ms.system.collections.generic.list<pdfgridrow>

the class user to pdf grid row collection operation


constructor summary
pdfgridrowcollection(pdfgrid grid)
          initializes a new instance of the class.
 
method summary
 pdfgridrow add()
          adds this instance.
 void applystyle(pdfgridstylebase style)
          applies the style.
 void setspan(int rowindex, int cellindex, int rowspan, int colspan)
          sets the span.
 
constructor detail

pdfgridrowcollection

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

add

public pdfgridrow add()
adds this instance.
returns:
adds this instance.

setspan

public void setspan(int rowindex,
                    int cellindex,
                    int rowspan,
                    int colspan)
sets the span.
parameters:
rowindex - index of the row.
cellindex - index of the cell.
rowspan - the row span.
colspan - the col span.

applystyle

public void applystyle(pdfgridstylebase style)
applies the style.
parameters:
style - the style.


网站地图