[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies a glow effect, in which a color blurred outline is added outside the edges of the object.
Parent Elements |
cont (§5.1.10.20); effectDag (§5.1.10.25); effectLst (§5.1.10.26) |
Child Elements |
Subclause |
hslClr (Hue, Saturation, Luminance Color Model) |
§5.1.2.2.13 |
prstClr (Preset Color) |
§5.1.2.2.22 |
schemeClr (Scheme Color) |
§5.1.2.2.29 |
scrgbClr (RGB Color Model - Percentage Variant) |
§5.1.2.2.30 |
srgbClr (RGB Color Model - Hex Variant) |
§5.1.2.2.32 |
sysClr (System Color) |
§5.1.2.2.33 |
Attributes |
Description |
rad (Radius) |
Specifies the radius of the glow.
The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GlowEffect">
<sequence>
<group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="rad" type="ST_PositiveCoordinate" use="optional" default="0"/>
</complexType>