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