Aspose::Cells::Markup::SmartTagProperty class

SmartTagProperty class

Represents the property of the cell smart tag.

class SmartTagProperty

Methods

MethodDescription
GetName()Gets and sets the name of the property.
GetValue()Gets and sets the value of the property.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SmartTagProperty& src)operator=
SetName(const U16String& value)Gets and sets the name of the property.
SetName(const char16_t* value)Gets and sets the name of the property.
SetValue(const U16String& value)Gets and sets the value of the property.
SetValue(const char16_t* value)Gets and sets the value of the property.
SmartTagProperty(SmartTagProperty_Impl* impl)Constructs from an implementation object.
SmartTagProperty(const SmartTagProperty& src)Copy constructor.
~SmartTagProperty()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also