a:style
Shape Style
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-gvml.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 a:CT_GvmlConnector (Element a:cxnSp)
- Type a:CT_GvmlPicture (Element a:pic)
- Type a:CT_GvmlShape (Element a:sp)
- Type a:CT_DefaultShapeDefinition (Elements a:spDef, a:lnDef, a:txDef)
Sample instance
<a: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> </a:style>