Aspose::Cells::Markup::SmartTagOptions class

SmartTagOptions class

Represents the options of the smart tag.

class SmartTagOptions

Methods

MethodDescription
GetEmbedSmartTags()Indicates whether saving smart tags with the workbook.
GetShowType()Represents the show type of smart tag.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SmartTagOptions& src)operator=
SetEmbedSmartTags(bool value)Indicates whether saving smart tags with the workbook.
SetShowType(SmartTagShowType value)Represents the show type of smart tag.
SmartTagOptions()Default constructor.
SmartTagOptions(SmartTagOptions_Impl* impl)Constructs from an implementation object.
SmartTagOptions(const SmartTagOptions& src)Copy constructor.
~SmartTagOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also