Class CTShapeStyle

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

public class CTShapeStyle extends Object implements Child

Java class for CT_ShapeStyle complex type.

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

 <complexType name="CT_ShapeStyle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lnRef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_StyleMatrixReference"/>
         <element name="fillRef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_StyleMatrixReference"/>
         <element name="effectRef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_StyleMatrixReference"/>
         <element name="fontRef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FontReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>