asposecells.api
Class SmartTagPropertyCollection

Represents all properties of cell smart tag.

Constructor Summary
SmartTagPropertyCollection()
          
 
Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets a SmartTagProperty object.
methodget(name)
           Gets a SmartTagProperty object by the name of the property.
 
Method Summary
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodadd(name, value)
           Adds a property of cell's smart tag.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Constructor Detail

SmartTagPropertyCollection

SmartTagPropertyCollection()

Property Getters/Setters Detail

getCount : int 

int getCount()

get : SmartTagProperty 

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

get : SmartTagProperty 

SmartTagProperty 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

int 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

 clear()

removeAt

 removeAt(index)

iterator

Iterator iterator()

get

Object get(index)
Reserved for internal use.

contains

boolean contains(value)
Reserved for internal use.

add

int add(value)
Reserved for internal use.

indexOf

int 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.