SmartTagOptions

SmartTagOptions class

Represents the options of the smart tag.

class SmartTagOptions;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
embedSmartTagsbooleanIndicates whether saving smart tags with the workbook.
showTypeSmartTagShowTypeRepresents 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;