Class SmartTag

Class SmartTag

Namespace: Aspose.Cells.Markup
Assembly: Aspose.Cells.dll (25.2.0)

Represents a smart tag.

public class SmartTag

Inheritance

objectSmartTag

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

bool

Name

Gets the name of the smart tag.

public string Name { get; }

Property Value

string

Properties

Gets and set the properties of the smart tag.

public SmartTagPropertyCollection Properties { get; set; }

Property Value

SmartTagPropertyCollection

Uri

Gets the namespace URI of the smart tag.

public string Uri { get; }

Property Value

string

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.