2.6.3.18 CT_PathShadeProperties
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: CT_GradientFillProperties
A complex type that specifies that a gradient fill follows a path versus a linear line.
Child Elements:
fillToRect: A CT_RelativeRect element that specifies the focus rectangle for center shade (as specified in [ISO/IEC29500-1:2016] section 20.1.8.31). Center shade fills the entire shape except the margins specified by each attribute of this element. Each edge of the center shade rectangle is specified by a percentage offset from the corresponding edge of the container. A positive percentage specifies an inset and a negative percentage specifies an outset. By default, center shade fills the entire shape.
Attributes:
path: An optional ST_PathShadeType attribute that specifies the shape of the path to follow. By default, gradient fill will follow a rectangular path.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_PathShadeProperties"> <xsd:sequence> <xsd:element name="fillToRect" type="CT_RelativeRect" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="path" type="ST_PathShadeType" use="optional"/> </xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).