<cNvPicPr> (Non-Visual Picture Drawing Properties)

This element specifies the non-visual properties for the picture canvas. These properties are to be used by the generating application to determine how certain properties are to be changed for the picture object in question.

example:
<p:pic>
  ..
  <p:nvPicPr>
    <p:cNvPr id="4" name="Lilly_by_Lisher.jpg"/>
    <p:cNvPicPr>
      <a:picLocks noChangeAspect="1"/>
    </p:cNvPicPr>
    <p:nvPr/>
  </p:nvPicPr>
  ..
</p:pic>

Parent Elements

<nvPicPr>4.4.1.29)

Child Elements

Subclause

<extLst> (Extension List)

§5.1.2.1.15

<picLocks> (Picture Locks)

§5.1.2.1.31

Attributes

Description

<preferRelativeResize> (Relative Resize Preferred)

Namespace: .../drawingml/2006/main

Specifies if the user interface should show the resizing of the picture based on the picture's current size or its original size. If this attribute is set to true, then scaling will be relative to the original picture size as opposed to the current picture size.

example:

If this attribute is set to true then a value of 50% will be shown. Similarly, if this attribute is set to false, then a value of 100% should be shown because the picture has not yet been resized from its current (smaller) size. ]

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_NonVisualPictureProperties">
	<sequence>
	<element name="picLocks" type="CT_PictureLocking" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="preferRelativeResize" type="xsd:boolean" use="optional" default="true"/>
</complexType>