public class OdsCellFieldCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
OdsCellField | get(int index) | |
Gets the field by the index.
|
||
OdsCellField | get(int row, int column) | |
Gets the field by row and column index.
|
Method Summary | ||
---|---|---|
int | add(int row, int column, int fieldType, java.lang.String format) | |
Adds a field.
|
||
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
void | updateFieldsValue() | |
Update fields value to the cells.
|
public int getCount()
public OdsCellField get(int index)
index
- The index.public OdsCellField get(int row, int column)
row
- The row index.column
- The column index.public int add(int row, int column, int fieldType, java.lang.String format)
row
- The row index.column
- The column index.fieldType
- A format
- The number format of the field.public void updateFieldsValue() throws java.lang.Exception
public void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)