Class CTTableStyleTextStyle

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

public class CTTableStyleTextStyle
extends java.lang.Object
implements Child

Java class for CT_TableStyleTextStyle complex type.

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

 <complexType name="CT_TableStyleTextStyle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableFontStyles" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorChoice" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="b" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_OnOffStyleType" default="def" />
       <attribute name="i" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_OnOffStyleType" default="def" />
     </restriction>
   </complexContent>
 </complexType>