|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.grid.pdfgridcolumncollection
public class pdfgridcolumncollection
the class pdf grid column collection.
constructor summary | |
---|---|
pdfgridcolumncollection(pdfgrid grid)
|
method summary | |
---|---|
pdfgridcolumn |
add()
adds this instance. |
void |
add(int count)
adds the specified count. |
void |
add(pdfgridcolumn column)
adds the specified column. |
void |
clear()
clears this instance. |
pdfgridcolumn |
get(int index)
gets the at the specified index. |
int |
getcount()
gets the count. |
float |
measurecolumnswidth()
calculates the column widths. |
boolean |
remove(pdfgridcolumn item)
removes the first occurrence of a specific object from the pdfgridcolumncollection |
void |
removeat(int index)
removes the element at the specified index of the pdfgridcolumncollection. |
constructor detail |
---|
public pdfgridcolumncollection(pdfgrid grid)
method detail |
---|
public pdfgridcolumn get(int index)
public int getcount()
public void clear()
public pdfgridcolumn add()
public void add(int count)
count
- the count.public void add(pdfgridcolumn column)
column
- the column.public float measurecolumnswidth()
public boolean remove(pdfgridcolumn item)
item
- the object to remove from the pdfgridcolumncollection.
public void removeat(int index)
index
- the zero-based index of the element to remove.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |