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.
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()
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