Property Getters/Setters Summary | ||
---|---|---|
method | getColumn() | |
Gets the column of the cell smart tags. | ||
method | getCount() | |
method | getRow() | |
Gets the row of the cell smart tags. | ||
method | get(index) | |
Gets a |
Method Summary | ||
---|---|---|
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | add(uri, name) | |
Adds a smart tag. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getRow : int | |
int getRow() |
getColumn : int | |
int getColumn() |
getCount : int | |
int getCount() |
get : SmartTag | |
SmartTag get(index) |
index
- The index.Method Detail |
---|
add | |
int add(uri, name) |
uri: String
- Specifies the namespace URI of the smart tagname: String
- Specifies the name of the smart tag. clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |