Aspose::Cells::Markup::SmartTag class

SmartTag class

Represents a smart tag.

class SmartTag

Methods

MethodDescription
GetDeleted()Indicates whether the smart tag is deleted.
GetName()Gets the name of the smart tag.
GetProperties()Gets and set the properties of the smart tag.
GetUri()Gets the namespace URI of the smart tag.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SmartTag& src)operator=
SetDeleted(bool value)Indicates whether the smart tag is deleted.
SetLink(const U16String& uri, const U16String& name)Change the name and the namespace URI of the smart tag.
SetLink(const char16_t* uri, const char16_t* name)Change the name and the namespace URI of the smart tag.
SetProperties(const SmartTagPropertyCollection& value)Gets and set the properties of the smart tag.
SmartTag(SmartTag_Impl* impl)Constructs from an implementation object.
SmartTag(const SmartTag& src)Copy constructor.
~SmartTag()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also