<fill>
(Shape Fill Extended Properties)
This element specifies additional properties for fills. It is used to identify additional types of gradient fills beyond those specified in the <fill>
element (§6.1.2.5).
Parent Elements |
---|
|
Attributes |
Description |
---|---|
Namespace: urn:schemas-microsoft-com:vml |
Specifies an optional value that indicates how applications that implement VML should interpret extensions not defined as part of the original specification of core VML. [: This part of the original VML specification is included to assist applications that leverage existing VML support in implementing the Office Open XML Format. ] The possible values for this attribute are defined by the ST_Ext simple type (§6.1.3.3). |
|
Specifies the type of fill. If specified, this overrides the value of the example:
<v:fill color2="black" focus="100%" type="gradientRadial"> <o:fill v:ext="view" type="gradientCenter"/> </v:fill> The possible values for this attribute are defined by the ST_FillType simple type (§6.2.3.11). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Fill">
<attributeGroup ref="v:AG_Ext"/>
<attribute name="type" type="ST_FillType"/>
</complexType>