Aspose::Cells::Markup::SmartTagPropertyCollection class

SmartTagPropertyCollection class

Represents all properties of cell smart tag.

class SmartTagPropertyCollection

Methods

MethodDescription
Add(const U16String& name, const U16String& value)Adds a property of cell’s smart tag.
Add(const char16_t* name, const char16_t* value)Adds a property of cell’s smart tag.
begin()Returns an iterator to the beginning of the SmartTagPropertyCollection.
end()Returns an iterator to the end of the SmartTagPropertyCollection.
Get(int32_t index)Gets a SmartTagProperty object.
Get(const U16String& name)Gets a SmartTagProperty object by the name of the property.
Get(const char16_t* name)Gets a SmartTagProperty object by the name of the property.
GetCount()Gets the number of elements contained in the instance.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SmartTagPropertyCollection& src)operator=
SmartTagPropertyCollection()Default constructor.
SmartTagPropertyCollection(SmartTagPropertyCollection_Impl* impl)Constructs from an implementation object.
SmartTagPropertyCollection(const SmartTagPropertyCollection& src)Copy constructor.
~SmartTagPropertyCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also