<notesStyle> (Notes Text Style)

This element specifies the text formatting style for the all other text within a notes slide. This formatting will be used on all text within the corresponding notes slides. The text formatting is specified by utilizing the <DrawingML> framework just as within a regular presentation slide. Within the <notesStyle> element there may be many different types of styles defined as there are different types of text stored within a notes slide.

Parent Elements

<notesMaster>4.4.1.24)

Child Elements

Subclause

<defPPr> (Default Paragraph Style)

§5.1.5.2.2

<extLst> (Extension List)

§5.1.2.1.15

<lvl1pPr> (List Level 1 Text Style)

§5.1.5.4.13

<lvl2pPr> (List Level 2 Text Style)

§5.1.5.4.14

<lvl3pPr> (List Level 3 Text Style)

§5.1.5.4.15

<lvl4pPr> (List Level 4 Text Style)

§5.1.5.4.16

<lvl5pPr> (List Level 5 Text Style)

§5.1.5.4.17

<lvl6pPr> (List Level 6 Text Style)

§5.1.5.4.18

<lvl7pPr> (List Level 7 Text Style)

§5.1.5.4.19

<lvl8pPr> (List Level 8 Text Style)

§5.1.5.4.20

<lvl9pPr> (List Level 9 Text Style)

§5.1.5.4.21

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

<complexType name="CT_TextListStyle">
	<sequence>
	<element name="defPPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl1pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl2pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl3pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl4pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl5pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl6pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl7pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl8pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="lvl9pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>