Aspose::Cells::Markup::SmartTag::SetLink method
Contents
[
Hide
]SmartTag::SetLink(const U16String&, const U16String&) method
Change the name and the namespace URI of the smart tag.
void Aspose::Cells::Markup::SmartTag::SetLink(const U16String &uri, const U16String &name)
Parameter | Type | Description |
---|---|---|
uri | const U16String& | The namespace URI of the smart tag. |
name | const U16String& | The name of the smart tag. |
See Also
- Class Vector
- Class U16String
- Class SmartTag
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++
SmartTag::SetLink(const char16_t*, const char16_t*) method
Change the name and the namespace URI of the smart tag.
void Aspose::Cells::Markup::SmartTag::SetLink(const char16_t *uri, const char16_t *name)
Parameter | Type | Description |
---|---|---|
uri | const char16_t* | The namespace URI of the smart tag. |
name | const char16_t* | The name of the smart tag. |
See Also
- Class Vector
- Class SmartTag
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++