2.6.3.24 CT_Reflection

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: reflection

A complex type that specifies the reflection effect.

Attributes:

blurRad: An optional ST_PositiveCoordinate (as specified in [ISO/IEC29500-1:2016] section 20.1.10.42) attribute that specifies the blur radius. This attribute MAY be limited further in the application<55>. The default value for this attribute is 0.

stA:  An optional ST_PositiveFixedPercentage (as specified in [ISO/IEC29500-4:2016] section 17.2.2.3 and [ISO/IEC29500-1:2016] section 20.1.10.45) that specifies the starting reflection opacity. stA stands for Start Alpha. The default value for this attribute is 0.

stPos:  An optional ST_PositiveFixedPercentage (as specified in [ISO/IEC29500-4:2016] section 17.2.2.3 and [ISO/IEC29500-1:2016] section 20.1.10.45) that specifies the start position along the gradient ramp of the start alpha value. The default value for this attribute is 0.

endA:  An optional ST_PositiveFixedPercentage (as specified in [ISO/IEC29500-4:2016] section 17.2.2.3 and [ISO/IEC29500-1:2016] section 20.1.10.45) that specifies the ending reflection opacity. endA stands for End Alpha. The default value for this attribute is 0.

endPos:  An optional ST_PositiveFixedPercentage (as specified in [ISO/IEC29500-4:2016] section 17.2.2.3 and [ISO/IEC29500-1:2016] section 20.1.10.45) that specifies the end position along the gradient ramp of the end alpha value. The default value for this attribute is 0.

dist: An optional ST_PositiveCoordinate (as specified in [ISO/IEC29500-1:2016] section 20.1.10.42) attribute that specifies how far to offset the reflection from the text. This attribute MAY be limited further in the application<56>. The default value for this attribute is 0.

dir: An optional ST_PositiveFixedAngle (as specified in [ISO/IEC29500-1:2016] section 20.1.10.44) attribute that specifies the direction to offset the reflection. The default value for this attribute is 0.

fadeDir: An optional ST_PositiveFixedAngle (as specified in [ISO/IEC29500-1:2016] section 20.1.10.44) attribute that specifies the direction of the alpha gradient ramp relative to the text. The default value for this attribute is 0.

sx:  An optional ST_Percentage (as specified in [ISO/IEC29500-4:2016] section 17.2.2.2 and [ISO/IEC29500-1:2016] section 20.1.10.40) that specifies the horizontal scale factor. The default value for this attribute is 0.

sy:  An optional ST_Percentage (as specified in [ISO/IEC29500-4:2016] section 17.2.2.2 and [ISO/IEC29500-1:2016] section 20.1.10.40) that specifies the vertical scale factor. The default value for this attribute is 0.

kx: An optional ST_FixedAngle (as specified in [ISO/IEC29500-1:2016] section 20.1.10.23) attribute that specifies the horizontal skew angle. The default value for this attribute is 0.

ky: An optional ST_FixedAngle (as specified in [ISO/IEC29500-1:2016] section 20.1.10.23) attribute that specifies the vertical skew angle. The default value for this attribute is 0.

algn: An optional ST_RectAlignment attribute that specifies the reflection alignment. The default value for this attribute is "none".

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Reflection">
   <xsd:attribute name="blurRad" use="optional" type="a:ST_PositiveCoordinate"/>
   <xsd:attribute name="stA" use="optional" type="a:ST_PositiveFixedPercentage"/>
   <xsd:attribute name="stPos" use="optional" type="a:ST_PositiveFixedPercentage"/>
   <xsd:attribute name="endA" use="optional" type="a:ST_PositiveFixedPercentage"/>
   <xsd:attribute name="endPos" use="optional" type="a:ST_PositiveFixedPercentage"/>
   <xsd:attribute name="dist" use="optional" type="a:ST_PositiveCoordinate"/>
   <xsd:attribute name="dir" use="optional" type="a:ST_PositiveFixedAngle"/>
   <xsd:attribute name="fadeDir" use="optional" type="a:ST_PositiveFixedAngle"/>
   <xsd:attribute name="sx" use="optional" type="a:ST_Percentage"/>
   <xsd:attribute name="sy" use="optional" type="a:ST_Percentage"/>
   <xsd:attribute name="kx" use="optional" type="a:ST_FixedAngle"/>
   <xsd:attribute name="ky" use="optional" type="a:ST_FixedAngle"/>
   <xsd:attribute name="algn" use="optional" type="ST_RectAlignment"/>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).