SmartTagOptions
Contents
[
Hide
]SmartTagOptions class
Represents the options of the smart tag.
class SmartTagOptions;
Constructors
| Constructor | 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. |
Methods
| Method | Description |
|---|---|
| getEmbedSmartTags() | @deprecated. Please use the ’embedSmartTags’ property instead. Indicates whether saving smart tags with the workbook. |
| setEmbedSmartTags(boolean) | @deprecated. Please use the ’embedSmartTags’ property instead. Indicates whether saving smart tags with the workbook. |
| getShowType() | @deprecated. Please use the ‘showType’ property instead. Represents the show type of smart tag. |
| setShowType(SmartTagShowType) | @deprecated. Please use the ‘showType’ property instead. Represents the show type of smart tag. |
| isNull() | Checks whether the implementation object is null. |
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;
getEmbedSmartTags()
@deprecated. Please use the ’embedSmartTags’ property instead. Indicates whether saving smart tags with the workbook.
getEmbedSmartTags() : boolean;
setEmbedSmartTags(boolean)
@deprecated. Please use the ’embedSmartTags’ property instead. Indicates whether saving smart tags with the workbook.
setEmbedSmartTags(value: boolean) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The value to set. |
getShowType()
@deprecated. Please use the ‘showType’ property instead. Represents the show type of smart tag.
getShowType() : SmartTagShowType;
Returns
setShowType(SmartTagShowType)
@deprecated. Please use the ‘showType’ property instead. Represents the show type of smart tag.
setShowType(value: SmartTagShowType) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | SmartTagShowType | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;