draw-ssdraw:style
Shape Style
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Schema document: dml-spreadsheetDrawing.xsd
Type: a:CT_ShapeStyle
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:lnRef [1..1] Line Reference
- a:fillRef [1..1] Fill Reference
- a:effectRef [1..1] Effect Reference
- a:fontRef [1..1] Font Reference
Attributes
None
Used in
- Type draw-ssdraw:CT_Connector (Element draw-ssdraw:cxnSp)
- Type draw-ssdraw:CT_Picture (Element draw-ssdraw:pic)
- Type draw-ssdraw:CT_Shape (Element draw-ssdraw:sp)
Sample instance
<draw-ssdraw:style> <a:lnRef idx="1"> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:lnRef> <a:fillRef idx="1"> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:fillRef> <a:effectRef idx="1"> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:effectRef> <a:fontRef idx="major"> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:fontRef> </draw-ssdraw:style>