Freigeben über


StringDataType-Klasse

Defines the StringDataType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Charts.StringDataType
        DocumentFormat.OpenXml.Drawing.Charts.StringCache
        DocumentFormat.OpenXml.Drawing.Charts.StringLiteral

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(StringPoint))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(PointCount))> _
Public MustInherit Class StringDataType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As StringDataType
[ChildElementInfoAttribute(typeof(StringPoint))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(PointCount))]
public abstract class StringDataType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:PointCount <c:ptCount>StringPoint <c:pt>ExtensionList <c:extLst>

Threadsicherheit

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

Siehe auch

Referenz

StringDataType-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace