<notesTextViewPr> (Notes Text View Properties)

This element functions as a parent element within which all properties associated with the notes text view are contained. All properties are defined within the child elements.

Parent Elements

<viewPr>4.3.2.18)

Child Elements

Subclause

<cViewPr> (Common View Properties)

§4.3.2.2

<extLst> (Extension List)

§4.2.5

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

<complexType name="CT_NotesTextViewProperties">
	<sequence minOccurs="1" maxOccurs="1">
	<element name="cViewPr" type="CT_CommonViewProperties" minOccurs="1" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>