<txStyles> (Slide Master Text Styles)

This element specifies the text styles within a slide master. Within this element is the styling information for title text, the body text and other slide text as well. This element is only for use within the Slide Master and thus sets the text styles for the corresponding presentation slides.

example:
<p:txStyles>
  <p:titleStyle>
    <a:lvl1pPr algn="ctr" rtl="0" latinLnBrk="0">
      <a:spcBef>
        <a:spcPct val="0"/>
      </a:spcBef>
      <a:buNone/>
      <a:defRPr sz="4400" kern="1200">
        <a:solidFill>
          <a:schemeClr val="tx1"/>
        </a:solidFill>
        <a:latin typeface="+mj-lt"/>
        <a:ea typeface="+mj-ea"/>
        <a:cs typeface="+mj-cs"/>
      </a:defRPr>
    </a:lvl1pPr>
  </p:titleStyle>
</p:txStyles>

In the above example the title text will be set according to the above formatting for all related slides within the presentation. ]

Parent Elements

<sldMaster>4.4.1.39)

Child Elements

Subclause

<bodyStyle> (Slide Master Body Text Style)

§4.4.1.5

<extLst> (Extension List)

§4.2.5

<otherStyle> (Slide Master Other Text Style)

§4.4.1.32

<titleStyle> (Slide Master Title Text Style)

§4.4.1.45

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SlideMasterTextStyles">
	<sequence>
	<element name="titleStyle" type="a:CT_TextListStyle" minOccurs="0" maxOccurs="1"/>
	<element name="bodyStyle" type="a:CT_TextListStyle" minOccurs="0" maxOccurs="1"/>
	<element name="otherStyle" type="a:CT_TextListStyle" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>