aspose.cells

Class SmartTagCollection

Represents all smart tags in the cell.

Property Getters/Setters Summary
functiongetColumn()
Gets the column of the cell smart tags.
functiongetCount()
functiongetRow()
Gets the row of the cell smart tags.
functionget(index)
Gets a SmartTag object at the specific index
 
Method Summary
functionadd(value)
Reserved for internal use.
functionadd(uri, name)
Adds a smart tag.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getRow : Number 

        function getRow()
        
        Gets the row of the cell smart tags.
      • getColumn : Number 

        function getColumn()
        
        Gets the column of the cell smart tags.
      • getCount : Number 

        function getCount()
        
      • get : SmartTag 

        function get(index)
        
        Gets a SmartTag object at the specific index
        Parameters:
        index - The index.
        Returns:
        returns a SmartTag object.
    • Method Detail

      • add

        function add(uri, name)
        Adds a smart tag.
        Parameters:
        uri: String - Specifies the namespace URI of the smart tag
        name: String - Specifies the name of the smart tag.
        Returns:
        The index of smart tag in the list.
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.