[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_PathShadeType (Path Shade Type)

This simple type describes the shape of path to follow for a path gradient shade.

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

circle (Circle)

Gradient follows a circular path

rect (Rectangle)

Gradient follows a rectangular path

shape (Shape)

Gradient follows the shape

 

Referenced By

path@path5.1.10.46)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_PathShadeType">

   <restriction base="xsd:token">

   <enumeration value="shape"/>

   <enumeration value="circle"/>

   <enumeration value="rect"/>

   </restriction>

</simpleType>