Class SmartTagOptions
Class SmartTagOptions
Namespace: Aspose.Cells.Markup
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options of the smart tag.
public class SmartTagOptions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
SmartTagOptions()
public SmartTagOptions()
Properties
EmbedSmartTags
Indicates whether saving smart tags with the workbook.
public bool EmbedSmartTags { get; set; }
Property Value
ShowType
Represents the show type of smart tag.
public SmartTagShowType ShowType { get; set; }