Freigeben über


TextBodyType-Klasse

Defines the TextBodyType class.

Vererbungshierarchie

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

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

Hinweise

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>

Threadsicherheit

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

Siehe auch

Referenz

TextBodyType-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace