SmartTagOptions Class
SmartTagOptions class
Represents the options of the smart tag.
type SmartTagOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewSmartTagOptions | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetEmbedSmartTags | Indicates whether saving smart tags with the workbook. |
SetEmbedSmartTags | Indicates whether saving smart tags with the workbook. |
GetShowType | Represents the show type of smart tag. |
SetShowType | Represents the show type of smart tag. |