Aspose::Cells::Markup::SmartTagOptions class
Contents
[
Hide
]SmartTagOptions class
Represents the options of the smart tag.
class SmartTagOptions
Methods
Method | Description |
---|---|
GetEmbedSmartTags() | Indicates whether saving smart tags with the workbook. |
GetShowType() | Represents the show type of smart tag. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++