|
|||||||||
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 |