p:oleObj
Global Element for OLE Objects and Controls
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-embedding.xsd
Type: p:CT_OleObject
Properties: Global, Qualified
Content
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 |
progId | [0..1] | xsd:string | OLE ProgID |
Sample instance
<p:oleObj spid="token"> <p:embed> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:embed> </p:oleObj>