[Table of Contents] [docx version]
Error! No text of specified style in document.
alphaRepl (Alpha Replace Effect)
This element specifies an alpha replace effect.
Effect alpha (opacity) values are replaced by a fixed alpha.
Parent Elements |
blip (§5.1.10.13); cont (§5.1.10.20); effectDag (§5.1.10.25) |
Attributes |
Description |
a (Alpha) |
Specifies the new opacity value.
The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AlphaReplaceEffect">
<attribute name="a" type="ST_PositiveFixedPercentage" use="required"/>
</complexType>