2.6.3.5 CT_FillTextEffect

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

Referenced by: textFill

A complex type that specifies a fill. If this element has no child elements, a default of solid black fill is applied.

Child Elements:

noFill: A CT_Empty (as specified in [ISO/IEC29500-1:2016] section A.1) element that specifies that no fill is applied to text.

solidFill: A CT_SolidColorFillProperties element that specifies a solid color fill. The text is filled entirely with the specified color.

gradFill: A CT_GradientFillProperties element that specifies the gradient fill. A gradient fill is a fill that is characterized by a smooth gradual transition from one color to the next.

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

 <xsd:complexType name="CT_FillTextEffect">
   <xsd:sequence>
     <xsd:group ref="EG_FillProperties" minOccurs="0"/>
   </xsd:sequence>
 </xsd:complexType>

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