com.aspose.cells
Class SmartTagSetting

java.lang.Object
  extended by CollectionBase
      extended by com.aspose.cells.SmartTagSetting
All Implemented Interfaces:
com.aspose.cells.c.b.a.a.a.c.b.e

public class SmartTagSetting 
extends CollectionBase

Represents all SmartTagCollection object in the worksheet.

Property Getters/Setters Summary
intgetCount()→ inherited from com.aspose.cells.CollectionBase
          
SmartTagCollectionget(int index)
           Gets a SmartTagCollection object by the index.
SmartTagCollectionget(int row, int column)
           Gets the SmartTagCollection object of the cell.
SmartTagCollectionget(java.lang.String cellName)
           Gets the SmartTagCollection object of the cell.
 
Method Summary
intadd(int row, int column)
           Adds a SmartTagCollection object to a cell.
intadd(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
intadd(java.lang.String cellName)
           Add a cell smart tags.
voidclear()→ inherited from com.aspose.cells.CollectionBase
          
booleancontains(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
java.lang.Objectget(int index)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
intindexOf(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
java.util.Iteratoriterator()→ inherited from com.aspose.cells.CollectionBase
          
voidremoveAt(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)
Gets a SmartTagCollection object by the index.
Parameters:
index - The index of the SmartTagCollection object in the list.
Returns:

get

public SmartTagCollection get(int row, int column)
Gets the SmartTagCollection object of the cell.
Parameters:
row - The row index of the cell.
column - The column index of the cell
Returns:
Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

get

public SmartTagCollection get(java.lang.String cellName)
Gets the SmartTagCollection object of the cell.
Parameters:
cellName - The name of the cell.
Returns:
Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

Method Detail

add

public int add(int row, int column)
Adds a SmartTagCollection object to a cell.
Parameters:
row - The row of the cell.
column - The column of the cell.
Returns:
Returns index of a SmartTagCollection object in the worksheet.

add

public int add(java.lang.String cellName)
Add a cell smart tags.
Parameters:
cellName - The name of the cell.
Returns:

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()

get

→ inherited from com.aspose.cells.CollectionBase
public java.lang.Object get(int index)
Reserved for internal use.

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.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.