java.lang.ObjectCollectionBase
com.aspose.cells.SmartTagCollection
public class SmartTagCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getColumn() | |
| Gets the column of the cell smart tags. | ||
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
int | getRow() | |
| Gets the row of the cell smart tags. | ||
SmartTag | get(int index) | |
|
Gets a |
||
| Method Summary | ||
|---|---|---|
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
int | add(java.lang.String uri, java.lang.String name) | |
| Adds a smart tag. | ||
void | clear() | → inherited from com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase
|
| Property Getters/Setters Detail |
|---|
getRow | |
public int getRow() | |
getColumn | |
public int getColumn() | |
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() | |
get | |
public SmartTag get(int index) | |
index - The index.| Method Detail |
|---|
add | |
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. clear | → inherited from com.aspose.cells.CollectionBase
|
public void clear() | |
removeAt | → inherited from com.aspose.cells.CollectionBase
|
public void removeAt(int index) | |
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() | |
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) | |
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) | |
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) | |