RichText Class
Rich Text.When the object is serialized out as xml, its qualified name is c:rich.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.TextBodyType
DocumentFormat.OpenXml.Drawing.Charts.RichText
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class RichText _
Inherits TextBodyType
'Usage
Dim instance As RichText
public class RichText : TextBodyType
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>
[ISO/IEC 29500-1 1st Edition]
21.2.2.156 rich (Rich Text)
This element contains a string with rich text formatting.
Parent Elements |
---|
tx (§21.2.2.214) |
Child Elements |
Subclause |
---|---|
bodyPr (Body Properties) |
§21.1.2.1.1 |
lstStyle (Text List Styles) |
§21.1.2.4.12 |
p (Text Paragraphs) |
§21.1.2.2.6 |
[Note: The W3C XML Schema definition of this element’s content model (CT_TextBody) is located in §A.4.1. end note]
© ISO/IEC29500: 2008.
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.