<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
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>