SmartTagPropertyCollection

SmartTagPropertyCollection class

Represents all properties of cell smart tag.

Constructors

NameDescription
SmartTagPropertyCollection

Properties

NameTypeDescription
Countint
Item (int)SmartTagPropertyGets a SmartTagProperty object.
Item (java.lang.String)SmartTagPropertyGets a SmartTagProperty object by the name of the property.

Methods

NameDescription
addAdds a property of cell’s smart tag.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

SmartTagPropertyCollection()

SmartTagPropertyCollection.Count property

Type: int

SmartTagPropertyCollection.Item (int) property

Gets a SmartTagProperty object.

Type: SmartTagProperty

SmartTagPropertyCollection.Item (java.lang.String) property

Gets a SmartTagProperty object by the name of the property.

Type: SmartTagProperty

add(name, value) (1 of 2)

Adds a property of cell’s smart tag.

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

Returns: return SmartTagProperty


add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.