draw-ssdraw:sp
Shape
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Schema document: dml-spreadsheetDrawing.xsd
Type: draw-ssdraw:CT_Shape
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-ssdraw:nvSpPr [1..1] Non-Visual Properties for a Shape
- draw-ssdraw:spPr [1..1] Shape Properties
- draw-ssdraw:style [0..1] Shape Style
- draw-ssdraw:txBody [0..1] Shape Text Body
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
macro | [0..1] | xsd:string | Reference to Custom Function | |
textlink | [0..1] | xsd:string | Text Link | |
fLocksText | [0..1] | xsd:boolean | Lock Text Flag | Default value is "true". |
fPublished | [0..1] | xsd:boolean | Publish to Server | Default value is "false". |
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:sp> <draw-ssdraw:nvSpPr> <draw-ssdraw:cNvPr id="1" name="string"> <a:hlinkClick>... </a:hlinkClick> <a:hlinkHover>... </a:hlinkHover> <a:extLst>... </a:extLst> </draw-ssdraw:cNvPr> <draw-ssdraw:cNvSpPr> <a:spLocks>... </a:spLocks> <a:extLst>... </a:extLst> </draw-ssdraw:cNvSpPr> </draw-ssdraw:nvSpPr> <draw-ssdraw:spPr> <a:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> </a:xfrm> <a:custGeom> <a:avLst>... </a:avLst> <a:gdLst>... </a:gdLst> <a:ahLst>... </a:ahLst> <a:cxnLst>... </a:cxnLst> <a:rect l="" t="" r="" b=""/> <a:pathLst>... </a:pathLst> </a:custGeom> <a:noFill/> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> <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:sp3d> <a:bevelT/> <a:bevelB/> <a:extrusionClr>... </a:extrusionClr> <a:contourClr>... </a:contourClr> <a:extLst>... </a:extLst> </a:sp3d> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </draw-ssdraw:spPr> <draw-ssdraw:style> <a:lnRef idx="1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:lnRef> <a:fillRef idx="1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:fillRef> <a:effectRef idx="1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:effectRef> <a:fontRef idx="major"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:fontRef> </draw-ssdraw:style> <draw-ssdraw:txBody> <a:bodyPr> <a:prstTxWarp prst="textNoShape">... </a:prstTxWarp> <a:noAutofit/> <a:scene3d>... </a:scene3d> <a:sp3d>... </a:sp3d> <a:extLst>... </a:extLst> </a:bodyPr> <a:lstStyle> <a:defPPr>... </a:defPPr> <a:lvl1pPr>... </a:lvl1pPr> <a:lvl2pPr>... </a:lvl2pPr> <a:lvl3pPr>... </a:lvl3pPr> <a:lvl4pPr>... </a:lvl4pPr> <a:lvl5pPr>... </a:lvl5pPr> <a:lvl6pPr>... </a:lvl6pPr> <a:lvl7pPr>... </a:lvl7pPr> <a:lvl8pPr>... </a:lvl8pPr> <a:lvl9pPr>... </a:lvl9pPr> <a:extLst>... </a:extLst> </a:lstStyle> <a:p> <a:pPr>... </a:pPr> <a:r>... </a:r> <a:endParaRPr>... </a:endParaRPr> </a:p> </draw-ssdraw:txBody> </draw-ssdraw:sp>