SmartTagOptions
SmartTagOptions class
Represents the options of the smart tag.
class SmartTagOptions;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Properties
| Property | Type | Description |
|---|---|---|
| embedSmartTags | boolean | Indicates whether saving smart tags with the workbook. |
| showType | SmartTagShowType | Represents the show type of smart tag. |
constructor()
Default Constructor.
constructor();
embedSmartTags
Indicates whether saving smart tags with the workbook.
embedSmartTags : boolean;
showType
Represents the show type of smart tag.
showType : SmartTagShowType;