aspose.cells
Class SmartTagPropertyCollection

Represents all properties of cell smart tag.

Constructor Summary
SmartTagPropertyCollection()
          
 
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)→ inherited from CollectionBase
          Reserved for internal use.
functionadd(name, value)
           Adds a property of cell's smart tag.
functionclear()→ inherited from CollectionBase
          
functioncontains(value)→ inherited from CollectionBase
          Reserved for internal use.
functionget(index)→ inherited from CollectionBase
          Reserved for internal use.
functionindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
functioniterator()→ inherited from CollectionBase
          
functionremoveAt(index)→ inherited from CollectionBase
          
 

Constructor Detail

SmartTagPropertyCollection

function SmartTagPropertyCollection()

Property Getters/Setters Detail

getCount : Number 

function getCount()

get : SmartTagProperty 

function get(index)
Gets a SmartTagProperty object.
Parameters:
index - The index
Returns:
Returns a SmartTagProperty object.

get : SmartTagProperty 

function get(name)
Gets a SmartTagProperty object by the name of the property.
Parameters:
name - The name of the proerty.
Returns:
Returns a SmartTagProperty object.

Method Detail

add

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.