<reflection> (Reflection Effect)

This element specifies a reflection effect.

example:

Parent Elements

<cont>5.1.10.20); <effectDag>5.1.10.25); <effectLst>5.1.10.26)

Attributes

Description

<algn> (Shadow Alignment)

Specifies shadow alignment.

The possible values for this attribute are defined by the ST_RectAlignment simple type (§5.1.12.53).

<blurRad> (Blur Radius)

Specifies the blur radius.

The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42).

<dir> (Direction)

Specifies the direction of the alpha gradient ramp relative to the shape itself.

The possible values for this attribute are defined by the ST_PositiveFixedAngle simple type (§5.1.12.44).

<dist> (Distance)

Specifies how far to distance the shadow.

The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42).

<endA> (End Alpha)

Specifies the ending reflection opacity.

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

<endPos> (End Position)

Specifies the end position (along the alpha gradient ramp) of the end alpha value.

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

<fadeDir> (Fade Direction)

Specifies the direction to offset the reflection.

The possible values for this attribute are defined by the ST_PositiveFixedAngle simple type (§5.1.12.44).

<kx> (Horizontal Skew)

Specifies the horizontal skew angle.

The possible values for this attribute are defined by the ST_FixedAngle simple type (§5.1.12.21).

<ky> (Vertical Skew)

Specifies the vertical skew angle.

The possible values for this attribute are defined by the ST_FixedAngle simple type (§5.1.12.21).

<rotWithShape> (Rotate With Shape)

Specifies if the reflection should rotate with the shape.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<stA> (Start Opacity)

starting reflection opacity.

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

<stPos> (Start Position)

Specifies the start position (along the alpha gradient ramp) of the start alpha value.

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

<sx> (Horizontal Ratio)

Specifies the horizontal scaling factor.

The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41).

<sy> (Vertical Ratio)

Specifies the vertical scaling factor.

The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_ReflectionEffect">
	<attribute name="blurRad" type="ST_PositiveCoordinate" use="optional" default="0"/>
	<attribute name="stA" type="ST_PositiveFixedPercentage" use="optional" default="100000"/>
	<attribute name="stPos" type="ST_PositiveFixedPercentage" use="optional" default="0"/>
	<attribute name="endA" type="ST_PositiveFixedPercentage" use="optional" default="0"/>
	<attribute name="endPos" type="ST_PositiveFixedPercentage" use="optional" default="100000"/>
	<attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
	<attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
	<attribute name="fadeDir" type="ST_PositiveFixedAngle" use="optional" default="5400000"/>
	<attribute name="sx" type="ST_Percentage" use="optional" default="100000"/>
	<attribute name="sy" type="ST_Percentage" use="optional" default="100000"/>
	<attribute name="kx" type="ST_FixedAngle" use="optional" default="0"/>
	<attribute name="ky" type="ST_FixedAngle" use="optional" default="0"/>
	<attribute name="algn" type="ST_RectAlignment" use="optional" default="b"/>
	<attribute name="rotWithShape" type="xsd:boolean" use="optional" default="true"/>
</complexType>