pdfgridrowcollection-ag凯发旗舰厅
com.spire.pdf.grid
class pdfgridrowcollection
java.lang.object
com.spire.ms.system.collections.generic.list<pdfgridrow>
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
pdfgridrowcollection
public pdfgridrowcollection(pdfgrid grid)
- initializes a new instance of the class.
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.