<txbxContent>
(Rich Text Box Content Container)
This element specifies that its contents shall be any rich WordprocessingML content, and that this content is the rich contents of a drawing object defined using the Vector Markup Language (VML) syntax (§6.1).
If this element contains within any of its contents any of the following content, then the document shall be considered non-conformant:
References to other WordprocessingML document stories (comments, footnotes, endnotes)
Additional
<txbxContent>
elements (as part of nested VML objects)
That drawing object now contains a text box, and so uses the syntax for that text box:
<v:shape id="_x0000_s1026" type="#_x0000_t12" style="…"> <v:textbox> <w:txbxContent> <w:p> <w:pPr> <w:jc w:val="center"/> </w:pPr> <w:r> <w:t>Rich WordprocessingML content!</w:t> </w:r> </w:p> </w:txbxContent> </v:textbox> </v:shape>
The <txbxContent>
element is the container for the WordprocessingML contained within the text box inside that shape - once inside this element any content (subject to the restrictions defined above) may be used. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TxbxContent">
<group ref="EG_BlockLevelElts" minOccurs="1" maxOccurs="unbounded"/>
</complexType>