<ST_PresetShadowVal>
(Preset Shadow Type)
This simple type indicates one of 20 preset shadow types. Each enumeration value description illustrates the type of shadow represented by the value. Each description contains the parameters to the outer shadow effect represented by the preset, in addition to those attributes common to all <prstShdw>
effects.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
No additional attributes specified. |
|
align = "br" sx = 125% sy = 125% |
|
align = "b" kx = 40.89° sy = 50% |
|
align = "b" kx = -40.89° sy = 50% |
|
Equivalent to two outer shadow effects. Shadow 1: No additional attributes specified. Shadow 2: color = min(1, shadow 1's color (0 <= r, g, b <= 1) + 102/255), per r, g, b component dist = 2 * shadow 1's distance |
|
No additional attributes specified. |
|
align = "b" kx = 40.89° sy = -50% |
|
align = "b" kx = -40.89° sy = -50% |
|
Equivalent to two outer shadow effects. Shadow 1: No additional attributes specified. Shadow 2: color = min(1, shadow 1's color (0 <= r, g, b <= 1) + 102/255), per r, g, b component dir = shadow 1's direction + 180° |
|
Equivalent to two outer shadow effects. Shadow 1: No additional attributes specified. Shadow 2: color = min(1, shadow 1's color (0 <= r, g, b <= 1) + 102/255), per r, g, b component dir = shadow 1's direction + 180° |
|
align = "b" sy = 50° |
|
No additional attributes specified. |
|
align = "b" sy = -100° |
|
align = "b" ky = 40.89° sy = 50% |
|
align = "b" kx = -40.89° sy = 50% |
|
No additional attributes specified. |
|
No additional attributes specified. |
|
align = "b" kx = 40.89° sy = -50% |
|
align = "b" kx = -40.89° sy = -50% |
|
align = "tl" sx = 75% sy = 75% |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PresetShadowVal">
<restriction base="xsd:token">
<enumeration value="shdw1"/>
<enumeration value="shdw2"/>
<enumeration value="shdw3"/>
<enumeration value="shdw4"/>
<enumeration value="shdw5"/>
<enumeration value="shdw6"/>
<enumeration value="shdw7"/>
<enumeration value="shdw8"/>
<enumeration value="shdw9"/>
<enumeration value="shdw10"/>
<enumeration value="shdw11"/>
<enumeration value="shdw12"/>
<enumeration value="shdw13"/>
<enumeration value="shdw14"/>
<enumeration value="shdw15"/>
<enumeration value="shdw16"/>
<enumeration value="shdw17"/>
<enumeration value="shdw18"/>
<enumeration value="shdw19"/>
<enumeration value="shdw20"/>
</restriction>
</simpleType>