<effect>
(Effect)
This element specifies a reference to an existing effect container.
Attributes |
Description |
---|---|
|
Specifies the reference. Its value may be the name of an effect container, or one of four special references: fill - refers to the fill effect line - refers to the line effect fillLine - refers to the combined fill and line effects children - refers to the combined effects from logical child shapes or text The possible values for this attribute are defined by the XML Schema token datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_EffectReference">
<attribute name="ref" type="xsd:token"/>
</complexType>