Class CTStyleMatrix

java.lang.Object
org.docx4j.dml.CTStyleMatrix
All Implemented Interfaces:
Child

public class CTStyleMatrix
extends java.lang.Object
implements Child

Java class for CT_StyleMatrix complex type.

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

 <complexType name="CT_StyleMatrix">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fillStyleLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FillStyleList"/>
         <element name="lnStyleLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineStyleList"/>
         <element name="effectStyleLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EffectStyleList"/>
         <element name="bgFillStyleLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BackgroundFillStyleList"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>