p:style
Shape Style
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.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 p:CT_Connector (Element p:cxnSp)
- Type p:CT_Picture (Element p:pic)
- Type p:CT_Shape (Element p:sp)
Sample instance
<p: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> </p:style>