Class SmartTag
Class SmartTag
Namespace: Aspose.Cells.Markup
Assembly: Aspose.Cells.dll (25.2.0)
Represents a smart tag.
public class SmartTag
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Deleted
Indicates whether the smart tag is deleted.
public bool Deleted { get; set; }
Property Value
Name
Gets the name of the smart tag.
public string Name { get; }
Property Value
Properties
Gets and set the properties of the smart tag.
public SmartTagPropertyCollection Properties { get; set; }
Property Value
Uri
Gets the namespace URI of the smart tag.
public string Uri { get; }
Property Value
Methods
SetLink(string, string)
Change the name and the namespace URI of the smart tag.
public void SetLink(string uri, string name)
Parameters
uri
string
The namespace URI of the smart tag.
name
string
The name of the smart tag.