TextBody Class
Shape Text Body.When the object is serialized out as xml, its qualified name is a:txBody.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.TextBody
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<ChildElementInfoAttribute(GetType(Paragraph))> _
<ChildElementInfoAttribute(GetType(BodyProperties))> _
<ChildElementInfoAttribute(GetType(ListStyle))> _
Public Class TextBody _
Inherits OpenXmlCompositeElement
'使用
Dim instance As TextBody
[ChildElementInfoAttribute(typeof(Paragraph))]
[ChildElementInfoAttribute(typeof(BodyProperties))]
[ChildElementInfoAttribute(typeof(ListStyle))]
public class TextBody : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
BodyProperties <a:bodyPr>
ListStyle <a:lstStyle>
Paragraph <a:p>
[ISO/IEC 29500-1 初版]
20.1.2.2.40 txBody (Shape Text Body)
This element specifies the existence of text to be contained within the corresponding shape. All visible text and visible text related properties are contained within this element. There can be multiple paragraphs and within paragraphs multiple runs of text.
Parent Elements |
---|
tc (§21.1.3.16); txSp (§20.1.2.2.41) |
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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。
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.