java.lang.ObjectCollectionBase
com.aspose.cells.SmartTagSetting
public class SmartTagSetting
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
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) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
int | add(java.lang.String cellName) | |
| Add a cell smart tags. | ||
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 |
|---|
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() | |
get | |
public SmartTagCollection get(int index) | |
index - The index of the get | |
public SmartTagCollection get(int row, int column) | |
row - The row index of the cell.column - The column index of the cellget | |
public SmartTagCollection get(java.lang.String cellName) | |
cellName - The name of the cell.| Method Detail |
|---|
add | |
public int add(int row, int column) | |
row - The row of the cell.column - The column of the cell.add | |
public int add(java.lang.String cellName) | |
cellName - The name of the cell.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) | |