[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

smartTagPr (Smart Tag Properties)

This element defines a collection of smart tag properties that determine smart tag behavior in the workbook.

[Example:

<smartTagPr embed="1" show="noIndicator"/>

end example]

Parent Elements

workbook3.2.27)

 

Attributes

Description

embed (Embed SmartTags)

Specifies a boolean value that indicates whether the application saves smart tags with the workbook. Smart tag information is saved both in the workbook part and the sheet parts.

 

A value of on, 1, or true indicates the application saves smart tags with the workbook.

 

A value of off, 0, or false indicates the application does not save smart tags with the workbook.

 

The default value for this attribute is false.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

show (Show Smart Tags)

Specifies how the application displays smart tags in the user interface.

 

The default value for this attribute is "all."

 

The possible values for this attribute are defined by the ST_SmartTagShow simple type (§3.18.73).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SmartTagPr">

   <attribute name="embed" type="xsd:boolean" use="optional" default="false"/>

   <attribute name="show" type="ST_SmartTagShow" use="optional" default="all"/>

</complexType>