Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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
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.