2.6.3.36 CT_TextOutlineEffect

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

Referenced by: textOutline

A complex type that specifies the outline style that can be applied to text. When this element is empty, bevel is used as default.

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.

prstDash: A CT_PresetLineDashProperties element that specifies the type of line dashing scheme to use. By default, a solid line is used.

round: A CT_Empty (as specified in [ISO/IEC29500-1:2016] section A.1) element that specifies that lines are connected by round joints.

bevel: A CT_Empty (as specified in [ISO/IEC29500-1:2016] section A.1) element that specifies that lines are connected by angle joints.

miter: A CT_LineJoinMiterProperties element that specifies that the line joins are mitered.

Attributes:

w: An optional ST_LineWidth (as specified in [ISO/IEC29500-1:2016] section 20.1.10.35) attribute that specifies the width of the outline. By default, the outline has no width.

cap: An optional ST_LineCap attribute that specifies the ending caps for the lines. By default, lines end at endpoint.

cmpd: An optional ST_CompoundLine attribute that specifies the compound line type to be used. Normal width single line is used by default.

algn: An optional ST_PenAlignment attribute that specifies the alignment. Center pen alignment is used by default.

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

 <xsd:complexType name="CT_TextOutlineEffect">
   <xsd:sequence>
     <xsd:group ref="EG_FillProperties" minOccurs="0"/>
     <xsd:group ref="EG_LineDashProperties" minOccurs="0"/>
     <xsd:group ref="EG_LineJoinProperties" minOccurs="0"/>
   </xsd:sequence>
   <xsd:attribute name="w" use="optional" type="a:ST_LineWidth"/>
   <xsd:attribute name="cap" use="optional" type="ST_LineCap"/>
   <xsd:attribute name="cmpd" use="optional" type="ST_CompoundLine"/>
   <xsd:attribute name="algn" use="optional" type="ST_PenAlignment"/>
 </xsd:complexType>

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