cdr:style
Shape Style
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
Schema document: dml-chartDrawing.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 cdr:CT_Picture (Element cdr:pic)
- Type cdr:CT_Connector (Elements cdr:cxnSp, cdr:cxnSp)
- Type cdr:CT_Shape (Elements cdr:sp, cdr:sp)
Sample instance
<cdr: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> </cdr:style>