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