p:spPr
Shape Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.xsd
Type: a:CT_ShapeProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:xfrm [0..1] 2D Transform for Individual Objects
- Choice [0..1]
- a:custGeom Custom Geometry
- a:prstGeom Preset Geometry
- Choice [0..1]
- a:noFill No Fill
- a:solidFill Solid Fill
- a:gradFill Gradient Fill
- a:blipFill Picture Fill
- a:pattFill Pattern Fill
- a:grpFill Group Fill
- a:ln [0..1]
- Choice [0..1]
- a:effectLst Effect Container
- a:effectDag Effect Container
- a:scene3d [0..1] 3-D Scene
- a:sp3d [0..1] 3-D Shape Properties
- a:extLst [0..1] Extension List
from group a:EG_Geometryfrom group a:EG_FillPropertiesfrom group a:EG_EffectProperties
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
bwMode | [0..1] | a:ST_BlackWhiteMode | Black and White Mode |
Used in
- Type p:CT_Connector (Element p:cxnSp)
- Type p:CT_Picture (Element p:pic)
- Type p:CT_Shape (Element p:sp)
Sample instance
<p:spPr> <a:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> </a:xfrm> <a:custGeom> <a:avLst> <a:gd name="token" fmla="string"/> </a:avLst> <a:gdLst> <a:gd name="token" fmla="string"/> </a:gdLst> <a:ahLst> <a:ahXY>... </a:ahXY> </a:ahLst> <a:cxnLst> <a:cxn ang="">... </a:cxn> </a:cxnLst> <a:rect l="" t="" r="" b=""/> <a:pathLst> <a:path>... </a:path> </a:pathLst> </a:custGeom> <a:noFill/> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:ln> <a:effectLst> <a:blur/> <a:fillOverlay blend="over"> <a:noFill/> </a:fillOverlay> <a:glow> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:glow> <a:innerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:innerShdw> <a:outerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:outerShdw> <a:prstShdw prst="shdw1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> <a:scene3d> <a:camera prst="legacyObliqueTopLeft"> <a:rot lat="1" lon="1" rev="1"/> </a:camera> <a:lightRig rig="legacyFlat1" dir="tl"> <a:rot lat="1" lon="1" rev="1"/> </a:lightRig> <a:backdrop> <a:anchor x="1" y="1" z="1"/> <a:norm dx="1" dy="1" dz="1"/> <a:up dx="1" dy="1" dz="1"/> <a:extLst>... </a:extLst> </a:backdrop> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:scene3d> <a:sp3d> <a:bevelT/> <a:bevelB/> <a:extrusionClr> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:extrusionClr> <a:contourClr> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:contourClr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:sp3d> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </p:spPr>