p:ph
Placeholder Shape
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.xsd
Type: p:CT_Placeholder
Properties: Local, Qualified
Content
- p:extLst [0..1] Extension List with Modification Flag
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
type | [0..1] | p:ST_PlaceholderType | Placeholder Type | Default value is "obj". |
orient | [0..1] | p:ST_Direction | Placeholder Orientation | Default value is "horz". |
sz | [0..1] | p:ST_PlaceholderSize | Placeholder Size | Default value is "full". |
idx | [0..1] | xsd:unsignedInt | Placeholder Index | Default value is "0". |
hasCustomPrompt | [0..1] | xsd:boolean | Placeholder has custom prompt | Default value is "false". |
Used in
- Type p:CT_ApplicationNonVisualDrawingProps (Element p:nvPr)
Sample instance
<p:ph> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:ph>