Freigeben über


SmartTagProperties-Klasse

Smart Tag Properties.When the object is serialized out as xml, its qualified name is x:smartTagPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Spreadsheet.SmartTagProperties

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class SmartTagProperties _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As SmartTagProperties
public class SmartTagProperties : OpenXmlLeafElement

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

18.2.21 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

workbook (§18.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 1 or true indicates the application saves smart tags with the workbook.

A value of 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 W3C 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 (§18.18.71).

[Note: The W3C XML Schema definition of this element's content model (CT_SmartTagPr) is located in §A.2. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

SmartTagProperties-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace