Aspose::Cells::Markup::SmartTagProperty class
Contents
[
Hide
]SmartTagProperty class
Represents the property of the cell smart tag.
class SmartTagProperty
Methods
Method | Description |
---|---|
GetName() | Gets and sets the name of the property. |
GetValue() | Gets and sets the value of the property. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++