aspose.cells

Class SmartTagPropertyCollection

Represents all properties of cell smart tag.

Constructor Summary
 
Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets a SmartTagProperty object.
functionget(name)
Gets a SmartTagProperty object by the name of the property.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionadd(name, value)
Adds a property of cell's smart tag.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Constructor Detail

      • SmartTagPropertyCollection

        function SmartTagPropertyCollection()
    • Method Detail

      • add

        function add(name, value)
        Adds a property of cell's smart tag.
        Parameters:
        name: String - The name of the property
        value: String - The value of the property.
        Returns:
        return SmartTagProperty
      • 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.