[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies a soft edge effect. The edges of the shape are blurred, while the fill is not affected.
Parent Elements |
cont (§5.1.10.20); effectDag (§5.1.10.25); effectLst (§5.1.10.26) |
Attributes |
Description |
rad (Radius) |
Specifies the radius of blur to apply to the edges.
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_SoftEdgesEffect">
<attribute name="rad" type="ST_PositiveCoordinate" use="required"/>
</complexType>