<title>
(Title)
This element specifies a title.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Title">
<sequence>
<element name="tx" type="CT_Tx" minOccurs="0" maxOccurs="1"/>
<element name="layout" type="CT_Layout" minOccurs="0" maxOccurs="1"/>
<element name="overlay" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
<element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>