<style> (Shape Style)

This element specifies the style information for a shape.

Parent Elements

<cxnSp>5.1.2.1.10); <lnDef>5.1.4.1.20); <pic>5.1.2.1.30); <sp>5.1.2.1.33); <spDef>5.1.4.1.27); <txDef>5.1.4.1.28)

Child Elements

Subclause

<effectRef> (Effect Reference)

§5.1.4.2.8

<fillRef> (Fill Reference)

§5.1.4.2.10

<fontRef> (Font Reference)

§5.1.4.1.17

<lnRef> (Line Reference)

§5.1.4.2.19

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_ShapeStyle">
	<sequence>
	<element name="lnRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
	<element name="fillRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
	<element name="effectRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
	<element name="fontRef" type="CT_FontReference" minOccurs="1" maxOccurs="1"/>
	</sequence>
</complexType>