p:nvPr
Application Non-Visual Drawing Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.xsd
Type: p:CT_ApplicationNonVisualDrawingProps
Properties: Local, Qualified
Content
- Sequence [1..1]
- p:ph [0..1] Placeholder Shape
- Choice [0..1]
- a:audioCd Audio from CD
- a:wavAudioFile Audio from WAV File
- a:audioFile Audio from File
- a:videoFile Video from File
- a:quickTimeFile QuickTime from File
- p:custDataLst [0..1] Customer Data List
- p:extLst [0..1] Extension List
from group a:EG_Media
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
isPhoto | [0..1] | xsd:boolean | Is a Photo Album | Default value is "false". |
userDrawn | [0..1] | xsd:boolean | Is User Drawn | 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:nvPr> <p:ph> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:ph> <a:audioCd> <a:st track="1"/> <a:end track="1"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:audioCd> <p:custDataLst> <p:custData r:id="string"/> <p:tags r:id="string"/> </p:custDataLst> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:nvPr>