public class SmartTagSetting
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
SmartTagCollection | get(int index) | |
Gets a |
||
SmartTagCollection | get(int row, int column) | |
Gets the |
||
SmartTagCollection | get(java.lang.String cellName) | |
Gets the |
Method Summary | ||
---|---|---|
int | add(int row, int column) | |
Adds a |
||
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
int | add(java.lang.String cellName) | |
Add a cell smart tags.
|
||
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) | |
public int getCount()
public SmartTagCollection get(int index)
index
- The index of the public SmartTagCollection get(int row, int column)
row
- The row index of the cell.column
- The column index of the cellpublic SmartTagCollection get(java.lang.String cellName)
cellName
- The name of the cell.public int add(int row, int column)
row
- The row of the cell.column
- The column of the cell.public int add(java.lang.String cellName)
cellName
- The name of the cell.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)