Aspose::Cells::Markup::SmartTagCollection class
Contents
[
Hide
]SmartTagCollection class
Represents all smart tags in the cell.
class SmartTagCollection
Methods
| Method | Description |
|---|---|
| Add(const U16String& uri, const U16String& name) | Adds a smart tag. |
| Add(const char16_t* uri, const char16_t* name) | Adds a smart tag. |
| Get(int32_t index) | Gets a SmartTag object at the specific index. |
| GetColumn() | Gets the column of the cell smart tags. |
| GetCount() | |
| GetRow() | Gets the row of the cell smart tags. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const SmartTagCollection& src) | operator= |
| SmartTagCollection(SmartTagCollection_Impl* impl) | Constructs from an implementation object. |
| SmartTagCollection(const SmartTagCollection& src) | Copy constructor. |
| ~SmartTagCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++