[Table of Contents] [docx version]
Error! No text of specified style in document.
path (Path Gradient)
This element defines that a gradient fill will follow a path vs. a linear line.
[Example:
The examples above illustrate gradient fills following a circular, rectangular or shape path.
end example]
Parent Elements |
gradFill (§5.1.10.33) |
Child Elements |
Subclause |
fillToRect (Fill To Rectangle) |
§5.1.10.31 |
Attributes |
Description |
path (Gradient Fill Path) |
Specifies the shape of the path to follow.
The possible values for this attribute are defined by the ST_PathShadeType simple type (§5.1.12.39). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PathShadeProperties">
<sequence>
<element name="fillToRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="path" type="ST_PathShadeType" use="optional"/>
</complexType>