19.3.1.12 cNvPr

This element specifies non-visual canvas properties. This allows for additional information that does not affect the appearance of the picture to be stored.

[Example: Consider the following DrawingML.

<p:pic>
  <p:nvPicPr>
    <p:cNvPr id="4" name="Lilly_by_Lisher.jpg"/>
  </p:nvPicPr>
</p:pic>

end example]

Attributes

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

If this attribute is omitted, then the parent DrawingML object shall be displayed (i.e., not hidden).

[Example: Consider an inline DrawingML object which must be hidden within the document’s content. This setting would be specified as follows:

<… hidden="true" />

The hidden attribute has a value of true, which specifies that the DrawingML object is hidden and not displayed when the document is displayed. end example]

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

hidden (Hidden)

Specifies whether this DrawingML object is displayed. When a DrawingML object is displayed within a document, that object can be hidden (i.e., present, but not visible). This attribute determines whether the object is rendered or made hidden. [Note: An application can have settings which allow this object to be viewed. end note]

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

If this element is omitted, then no alternative text is present for the parent object.

[Example: Consider a DrawingML object defined as follows:

<… descr="A picture of a bowl of fruit">

The descr attribute contains alternative text which can be used in place of the actual DrawingML object. end example]

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

descr (Alternative Text for Object)

Specifies alternative text for the current DrawingML object, for use by assistive technologies or applications which do not display the current object.

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

If this attribute is omitted, then no title text is present for the parent object.

[Example: Consider a DrawingML object defined as follows:

<… title="Process Flow Diagram">

end example]

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

title (Title)

Specifies the title (caption) of the current DrawingML object.

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

[Example: Consider a DrawingML object defined as follows:

<    name="foo.jpg" >

The name attribute has a value of foo.jpg, which is the name of this DrawingML object. end example]

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

name (Name)

Specifies the name of the object. [Note: Typically, this is used to store the original file name of a picture object. end note]

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

If multiple objects within the same document share the same id attribute value, then the document shall be considered non-conformant.

[Example: Consider a DrawingML object defined as follows:

<… id="10" … >

The id attribute has a value of 10, which is the unique identifier for this DrawingML object. end example]

The possible values for this attribute are defined by the ST_DrawingElementId simple type (20.1.10.21).

id (Unique Identifier)

Specifies a unique identifier for the current DrawingML object within the current document. This ID can be used to assist in uniquely identifying this object so that it can be referred to by other parts of the document.

[Note: The W3C XML Schema definition of this element’s content model (CT_NonVisualDrawingProps) is located in A.4.1. end note]

Last updated on