p:control
Embedded Control
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-embedding.xsd
Type: p:CT_Control
Properties: Local, Qualified
Content
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
spid | [1..1] | a:ST_ShapeID | OLE Object Shape ID | from group p:AG_Ole |
name | [0..1] | xsd:string | OLE Object Name | Default value is "". from group p:AG_Ole |
showAsIcon | [0..1] | xsd:boolean | Show OLE Object As Icon | Default value is "false". from group p:AG_Ole |
r:id | [0..1] | r:ST_RelationshipId | Relationship ID | from group p:AG_Ole |
imgW | [0..1] | a:ST_PositiveCoordinate32 | Image Width | from group p:AG_Ole |
imgH | [0..1] | a:ST_PositiveCoordinate32 | Image Height | from group p:AG_Ole |
Used in
- Type p:CT_ControlList (Element p:controls)
Sample instance
<p:control spid="token"> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:control>