SmartTagOptions

SmartTagOptions class

Represents the options of the smart tag.

class SmartTagOptions;

Constructors

NameDescription
constructor()Default Constructor.

Methods

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

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:

ParameterTypeDescription
valuebooleanThe value to set.

getShowType()

Represents the show type of smart tag.

getShowType() : SmartTagShowType;

Returns

SmartTagShowType

setShowType(SmartTagShowType)

Represents the show type of smart tag.

setShowType(value: SmartTagShowType) : void;

Parameters:

ParameterTypeDescription
valueSmartTagShowTypeThe value to set.