Class CTTableCellBorderStyle

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

public class CTTableCellBorderStyle extends Object implements Child

Java class for CT_TableCellBorderStyle complex type.

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

 <complexType name="CT_TableCellBorderStyle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="left" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
         <element name="right" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
         <element name="top" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
         <element name="bottom" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
         <element name="insideH" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
         <element name="insideV" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
         <element name="tl2br" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
         <element name="tr2bl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>