<style>
(Shape Style)
This element specifies the style information for a shape, as defined by its DrawingML child elements.
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
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>