public class SmartTagCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getColumn() | |
Gets the column of the cell smart tags.
|
||
int | getCount() | |
int | getRow() | |
Gets the row of the cell smart tags.
|
||
SmartTag | get(int index) | |
Gets a |
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
int | add(java.lang.String uri, java.lang.String name) | |
Adds a smart tag.
|
||
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 getRow()
public int getColumn()
public int getCount()
public SmartTag get(int index)
public int add(java.lang.String uri, java.lang.String name)
uri
- Specifies the namespace URI of the smart tagname
- Specifies the name of the smart tag. 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)