p:cNvPr
Non-Visual Drawing Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.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 p:CT_ConnectorNonVisual (Element p:nvCxnSpPr)
- Type p:CT_GraphicalObjectFrameNonVisual (Element p:nvGraphicFramePr)
- Type p:CT_GroupShapeNonVisual (Element p:nvGrpSpPr)
- Type p:CT_PictureNonVisual (Element p:nvPicPr)
- Type p:CT_ShapeNonVisual (Element p:nvSpPr)
Sample instance
<p: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> </p:cNvPr>