Aspose::Cells::Markup::SmartTagShowType enum

SmartTagShowType enum

Represents the show type of the smart tag.

enum class SmartTagShowType

Values

NameValueDescription
All0
Indicates that smart tags are enabled and shown.
NoSmartTagIndicator1
Indicates that the smart tags are enabled but the indicator not be shown.
None2
Indicates that smart tags are disabled and not displayed.

See Also