draw-ssdraw:grpSp
Group Shape
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Schema document: dml-spreadsheetDrawing.xsd
Type: draw-ssdraw:CT_GroupShape
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-ssdraw:nvGrpSpPr [1..1] Non-Visual Properties for a Group Shape
- draw-ssdraw:grpSpPr [1..1] Group Shape Properties
- Choice [0..*]
- draw-ssdraw:sp Shape
- draw-ssdraw:grpSp Group Shape
- draw-ssdraw:graphicFrame Graphic Frame
- draw-ssdraw:cxnSp Connection Shape
- draw-ssdraw:pic Picture
Attributes
None
Used in
- Group draw-ssdraw:EG_ObjectChoices
- Type draw-ssdraw:CT_GroupShape (Element draw-ssdraw:grpSp)
- Type draw-ssdraw:CT_AbsoluteAnchor via reference to draw-ssdraw:EG_ObjectChoices (Element draw-ssdraw:absoluteAnchor)
- Type draw-ssdraw:CT_OneCellAnchor via reference to draw-ssdraw:EG_ObjectChoices (Element draw-ssdraw:oneCellAnchor)
- Type draw-ssdraw:CT_TwoCellAnchor via reference to draw-ssdraw:EG_ObjectChoices (Element draw-ssdraw:twoCellAnchor)
Sample instance
<draw-ssdraw:grpSp> <draw-ssdraw:nvGrpSpPr> <draw-ssdraw:cNvPr id="1" name="string"> <a:hlinkClick>... </a:hlinkClick> <a:hlinkHover>... </a:hlinkHover> <a:extLst>... </a:extLst> </draw-ssdraw:cNvPr> <draw-ssdraw:cNvGrpSpPr> <a:grpSpLocks>... </a:grpSpLocks> <a:extLst>... </a:extLst> </draw-ssdraw:cNvGrpSpPr> </draw-ssdraw:nvGrpSpPr> <draw-ssdraw:grpSpPr> <a:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> <a:chOff x="1" y="1"/> <a:chExt cx="1" cy="1"/> </a:xfrm> <a:noFill/> <a:effectLst> <a:blur/> <a:fillOverlay blend="over">... </a:fillOverlay> <a:glow>... </a:glow> <a:innerShdw>... </a:innerShdw> <a:outerShdw>... </a:outerShdw> <a:prstShdw prst="shdw1">... </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> <a:scene3d> <a:camera prst="legacyObliqueTopLeft">... </a:camera> <a:lightRig rig="legacyFlat1" dir="tl">... </a:lightRig> <a:backdrop>... </a:backdrop> <a:extLst>... </a:extLst> </a:scene3d> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </draw-ssdraw:grpSpPr> <draw-ssdraw:sp> <draw-ssdraw:nvSpPr> <draw-ssdraw:cNvPr id="1" name="string">... </draw-ssdraw:cNvPr> <draw-ssdraw:cNvSpPr>... </draw-ssdraw:cNvSpPr> </draw-ssdraw:nvSpPr> <draw-ssdraw:spPr> <a:xfrm>... </a:xfrm> <a:custGeom>... </a:custGeom> <a:noFill/> <a:ln>... </a:ln> <a:effectLst>... </a:effectLst> <a:scene3d>... </a:scene3d> <a:sp3d>... </a:sp3d> <a:extLst>... </a:extLst> </draw-ssdraw:spPr> <draw-ssdraw:style> <a:lnRef idx="1">... </a:lnRef> <a:fillRef idx="1">... </a:fillRef> <a:effectRef idx="1">... </a:effectRef> <a:fontRef idx="major">... </a:fontRef> </draw-ssdraw:style> <draw-ssdraw:txBody> <a:bodyPr>... </a:bodyPr> <a:lstStyle>... </a:lstStyle> <a:p>... </a:p> </draw-ssdraw:txBody> </draw-ssdraw:sp> </draw-ssdraw:grpSp>