Class CTTableStyleCellStyle

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

public class CTTableStyleCellStyle
extends java.lang.Object
implements Child

Java class for CT_TableStyleCellStyle complex type.

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

 <complexType name="CT_TableStyleCellStyle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tcBdr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableCellBorderStyle" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableFillStyle" minOccurs="0"/>
         <element name="cell3D" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Cell3D" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>