Class CTTableProperties

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

public class CTTableProperties
extends java.lang.Object
implements Child

Java class for CT_TableProperties complex type.

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

 <complexType name="CT_TableProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_EffectProperties" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="tableStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableStyle"/>
           <element name="tableStyleId" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Guid"/>
         </choice>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="rtl" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="firstRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="firstCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="lastRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="lastCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="bandRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="bandCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>