Freigeben über


TextData-Klasse

VML Diagram Text.When the object is serialized out as xml, its qualified name is pvml:textdata.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Vml.Presentation.TextData

Namespace:  DocumentFormat.OpenXml.Vml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

14.5.2.2 textdata (VML Diagram Text)

This element specifies optional supplementary text information associated with a legacy VML shape that is a node in a VML diagram when it cannot otherwise be stored within the DrawingML framework.

[Note: An application could use this to preserve a specific diagram format for backward compatibility, but it is strongly recommended to upgrade all VML shapes to DrawingML shapes. end note]

Parent Elements

arc (§14.1.2.1); curve (§14.1.2.3); group (§14.1.2.7); image (§14.1.2.10); line (§14.1.2.12); oval (§14.1.2.13); polyline (§14.1.2.15); rect (§14.1.2.16); roundrect (§14.1.2.17); shape (§14.1.2.19); shapetype (§14.1.2.20)

Attributes

Description

id (Text Reference)

Specifies the identifier that is used in conjunction with a corresponding relationship file to resolve the location of the diagram shape text.

[Example:

<v:shape … o:dgmnodekind="0" >
  <v:textbox inset="0,0,0,0"/>
  <pvml:textdata id="rId1"/>
</v:shape>

end example]

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

[Note: The W3C XML Schema definition of this element's content model (CT_Rel) is located in §A.6.5. 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

TextData-Member

DocumentFormat.OpenXml.Vml.Presentation-Namespace