SmartTagPropertyCollection

SmartTagPropertyCollection class

Represents all properties of cell smart tag.

new SmartTagPropertyCollection()

Methods

NameDescription
add(name, value)Adds a property of cell’s smart tag.
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
get(index)Gets a SmartTagProperty object.
get(name)Gets a SmartTagProperty object by the name of the property.
get()Reserved for internal use.
getCount()
indexOf()Reserved for internal use.
iterator()
removeAt()

add(name, value)

Adds a property of cell’s smart tag.

ParameterTypeDescription
nameStringThe name of the property
valueStringThe value of the property.

Returns: Number — Number return SmartTagProperty

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index)

Gets a SmartTagProperty object.

ParameterTypeDescription
indexNumberThe index

Returns: SmartTagProperty — SmartTagProperty Returns a SmartTagProperty object.

get(name)

Gets a SmartTagProperty object by the name of the property.

ParameterTypeDescription
nameStringThe name of the property.

Returns: SmartTagProperty — SmartTagProperty Returns a SmartTagProperty object.

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()