Aspose::Cells::Markup::SmartTag class
Contents
[
Hide
]SmartTag class
Represents a smart tag.
class SmartTag
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++