次の方法で共有


TextBodyType Class

Defines the TextBodyType class.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.TextBodyType
DocumentFormat.OpenXml.Drawing.Charts.RichText
DocumentFormat.OpenXml.Drawing.Charts.TextProperties

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(BodyProperties))> _
<ChildElementInfoAttribute(GetType(ListStyle))> _
<ChildElementInfoAttribute(GetType(Paragraph))> _
Public MustInherit Class TextBodyType _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As TextBodyType
[ChildElementInfoAttribute(typeof(BodyProperties))]
[ChildElementInfoAttribute(typeof(ListStyle))]
[ChildElementInfoAttribute(typeof(Paragraph))]
public abstract class TextBodyType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:DocumentFormat.OpenXml.Drawing.BodyProperties <a:bodyPr>DocumentFormat.OpenXml.Drawing.ListStyle <a:lstStyle>DocumentFormat.OpenXml.Drawing.Paragraph <a:p>

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

TextBodyType Members

DocumentFormat.OpenXml.Drawing.Charts Namespace