FillTextEffect class
Defines the FillTextEffect Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is w14:textFill.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Word.FillTextEffect
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.15 textFill
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
A CT_FillTextEffect element that specifies the fill for text. By default, this element is absent. When this element is absent, the color of text is determined by the color element (as specified in [ISO/IEC-29500-1] section 17.3.2.6). See section 2.2.1 for how this element integrates with ISO/IEC-29500-1.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="textFill" minOccurs="0" type="CT_FillTextEffect"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.25 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/IEC-29500-1] 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] 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] section 2.1).