<nvPr> (Non-Visual Properties)

This element specifies non-visual properties for objects. These properties include multimedia content associated with an object and properties indicating how the object is to be used or displayed in different contexts.

Parent Elements

<nvCxnSpPr>4.4.1.26); <nvGraphicFramePr>4.4.1.27); <nvGrpSpPr>4.4.1.28); <nvPicPr>4.4.1.29); <nvSpPr>4.4.1.31)

Child Elements

Subclause

<audioCd> (Audio from CD)

§5.1.3.1

<audioFile> (Audio from File)

§5.1.3.2

<custDataLst> (Customer Data List)

§4.4.1.16

<extLst> (Extension List)

§4.2.5

<ph> (Placeholder Shape)

§4.4.1.33

<quickTimeFile> (QuickTime from File)

§5.1.3.4

<videoFile> (Video from File)

§5.1.3.6

<wavAudioFile> (Audio from WAV File)

§5.1.3.7

Attributes

Description

<isPhoto> (Is a Photo Album)

Specifies whether the picture belongs to a photo album and should thus be included when editing a photo album within the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<userDrawn> (Is User Drawn)

Specifies if the corresponding object has been drawn by the user and should thus not be deleted. This allows for the flagging of slides that contain user drawn data.

The possible values for this attribute are defined by the XML Schema boolean datatype.

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

<complexType name="CT_ApplicationNonVisualDrawingProps">
	<sequence>
	<element name="ph" type="CT_Placeholder" minOccurs="0" maxOccurs="1"/>
	<group ref="a:EG_Media" minOccurs="0" maxOccurs="1"/>
	<element name="custDataLst" type="CT_CustomerDataList" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="isPhoto" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="userDrawn" type="xsd:boolean" use="optional" default="false"/>
</complexType>