draw-pic:cNvPr
Non-Visual Drawing Properties
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/picture
Schema document: dml-picture.xsd
Type: a:CT_NonVisualDrawingProps
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:hlinkClick [0..1] Drawing Element On Click Hyperlink
- a:hlinkHover [0..1] Hyperlink for Hover
- a:extLst [0..1] Extension List
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| id | [1..1] | a:ST_DrawingElementId | Unique Identifier | |
| name | [1..1] | xsd:string | Name | |
| descr | [0..1] | xsd:string | Alternative Text for Object | Default value is "". |
| hidden | [0..1] | xsd:boolean | Hidden | Default value is "false". |
Used in
- Type draw-pic:CT_PictureNonVisual (Element draw-pic:nvPicPr)
Sample instance
<draw-pic:cNvPr id="1" name="string"> <a:hlinkClick> <a:snd r:embed="string"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:hlinkClick> <a:hlinkHover> <a:snd r:embed="string"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:hlinkHover> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </draw-pic:cNvPr>



