次の方法で共有


StringDataType Class

Defines the StringDataType class.

Inheritance Hierarchy

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

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

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StringDataType Members

DocumentFormat.OpenXml.Drawing.Charts Namespace