SmartTagOptions

SmartTagOptions class

Represents the options of the smart tag.

class SmartTagOptions;

Constructors

ConstructorDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
embedSmartTagsbooleanIndicates whether saving smart tags with the workbook.
showTypeSmartTagShowTypeRepresents the show type of smart tag.

Methods

MethodDescription
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:

ParameterTypeDescription
valuebooleanThe value to set.

getShowType()

@deprecated. Please use the ‘showType’ property instead. Represents the show type of smart tag.

getShowType() : SmartTagShowType;

Returns

SmartTagShowType

setShowType(SmartTagShowType)

@deprecated. Please use the ‘showType’ property instead. Represents the show type of smart tag.

setShowType(value: SmartTagShowType) : void;

Parameters:

ParameterTypeDescription
valueSmartTagShowTypeThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;