java.lang.Object
CollectionBase
com.aspose.cells.SmartTagCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class SmartTagCollection
- extends CollectionBase
Represents all smart tags in the cell.
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) | |
|
Gets a SmartTag object at the specific index
|
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()
|
-
Gets the row of the cell smart tags.
getColumn | |
public int getColumn()
|
-
Gets the column of the cell smart tags.
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount()
|
-
-
Gets a SmartTag object at the specific index
- Parameters:
index
- The index.
- Returns:
- returns a SmartTag object.
add | |
public int add(java.lang.String uri, java.lang.String name) |
-
Adds a smart tag.
- Parameters:
uri
- Specifies the namespace URI of the smart tagname
- Specifies the name of the smart tag.
- Returns:
- The index of smart tag in the list.
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) |
- Reserved for internal use.
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) |
- Reserved for internal use.
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) |
- Reserved for internal use.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.