pdfgridheadercollection-ag凯发旗舰厅



com.spire.pdf.grid
class pdfgridheadercollection

java.lang.object
  extended by com.spire.pdf.grid.pdfgridheadercollection
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class pdfgridheadercollection
extends java.lang.object
implements com.spire.ms.system.collections.ienumerable

the class pdf grid header collection.


constructor summary
pdfgridheadercollection(pdfgrid grid)
          create pdfgridheadercollection class instance
 
method summary
 pdfgridrow[] add(int count)
          adds the specified count.
 void applystyle(pdfgridstylebase style)
          applies the style.
 void clear()
          clears this instance.
 pdfgridrow get(int index)
          gets the at the specified index.
 int getcount()
          gets the count.
 
constructor detail

pdfgridheadercollection

public pdfgridheadercollection(pdfgrid grid)
create pdfgridheadercollection class instance
parameters:
grid - pdfgrid
method detail

get

public pdfgridrow get(int index)
gets the at the specified index.

getcount

public int getcount()
gets the count.

add

public pdfgridrow[] add(int count)
adds the specified count.
parameters:
count - the count.

clear

public void clear()
clears this instance.

applystyle

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


网站地图