Class CTTextOutlineEffect

java.lang.Object
org.docx4j.w14.CTTextOutlineEffect
All Implemented Interfaces:
Child

public class CTTextOutlineEffect extends Object implements Child

Java class for CT_TextOutlineEffect complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TextOutlineEffect">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_FillProperties" minOccurs="0"/>
         <group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_LineDashProperties" minOccurs="0"/>
         <group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_LineJoinProperties" minOccurs="0"/>
       </sequence>
       <attribute name="w" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LineWidth" />
       <attribute name="cap" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_LineCap" />
       <attribute name="cmpd" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_CompoundLine" />
       <attribute name="algn" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_PenAlignment" />
     </restriction>
   </complexContent>
 </complexType>