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>
 
  • Field Details

  • Constructor Details

    • CTTableProperties

      public CTTableProperties()
  • Method Details

    • getNoFill

      public CTNoFillProperties getNoFill()
      Gets the value of the noFill property.
      Returns:
      possible object is CTNoFillProperties
    • setNoFill

      public void setNoFill​(CTNoFillProperties value)
      Sets the value of the noFill property.
      Parameters:
      value - allowed object is CTNoFillProperties
    • getSolidFill

      public CTSolidColorFillProperties getSolidFill()
      Gets the value of the solidFill property.
      Returns:
      possible object is CTSolidColorFillProperties
    • setSolidFill

      public void setSolidFill​(CTSolidColorFillProperties value)
      Sets the value of the solidFill property.
      Parameters:
      value - allowed object is CTSolidColorFillProperties
    • getGradFill

      public CTGradientFillProperties getGradFill()
      Gets the value of the gradFill property.
      Returns:
      possible object is CTGradientFillProperties
    • setGradFill

      public void setGradFill​(CTGradientFillProperties value)
      Sets the value of the gradFill property.
      Parameters:
      value - allowed object is CTGradientFillProperties
    • getBlipFill

      public CTBlipFillProperties getBlipFill()
      Gets the value of the blipFill property.
      Returns:
      possible object is CTBlipFillProperties
    • setBlipFill

      public void setBlipFill​(CTBlipFillProperties value)
      Sets the value of the blipFill property.
      Parameters:
      value - allowed object is CTBlipFillProperties
    • getPattFill

      public CTPatternFillProperties getPattFill()
      Gets the value of the pattFill property.
      Returns:
      possible object is CTPatternFillProperties
    • setPattFill

      public void setPattFill​(CTPatternFillProperties value)
      Sets the value of the pattFill property.
      Parameters:
      value - allowed object is CTPatternFillProperties
    • getGrpFill

      public CTGroupFillProperties getGrpFill()
      Gets the value of the grpFill property.
      Returns:
      possible object is CTGroupFillProperties
    • setGrpFill

      public void setGrpFill​(CTGroupFillProperties value)
      Sets the value of the grpFill property.
      Parameters:
      value - allowed object is CTGroupFillProperties
    • getEffectLst

      public CTEffectList getEffectLst()
      Gets the value of the effectLst property.
      Returns:
      possible object is CTEffectList
    • setEffectLst

      public void setEffectLst​(CTEffectList value)
      Sets the value of the effectLst property.
      Parameters:
      value - allowed object is CTEffectList
    • getEffectDag

      public CTEffectContainer getEffectDag()
      Gets the value of the effectDag property.
      Returns:
      possible object is CTEffectContainer
    • setEffectDag

      public void setEffectDag​(CTEffectContainer value)
      Sets the value of the effectDag property.
      Parameters:
      value - allowed object is CTEffectContainer
    • getTableStyle

      public CTTableStyle getTableStyle()
      Gets the value of the tableStyle property.
      Returns:
      possible object is CTTableStyle
    • setTableStyle

      public void setTableStyle​(CTTableStyle value)
      Sets the value of the tableStyle property.
      Parameters:
      value - allowed object is CTTableStyle
    • getTableStyleId

      public java.lang.String getTableStyleId()
      Gets the value of the tableStyleId property.
      Returns:
      possible object is String
    • setTableStyleId

      public void setTableStyleId​(java.lang.String value)
      Sets the value of the tableStyleId property.
      Parameters:
      value - allowed object is String
    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst​(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • isRtl

      public boolean isRtl()
      Gets the value of the rtl property.
      Returns:
      possible object is Boolean
    • setRtl

      public void setRtl​(java.lang.Boolean value)
      Sets the value of the rtl property.
      Parameters:
      value - allowed object is Boolean
    • isFirstRow

      public boolean isFirstRow()
      Gets the value of the firstRow property.
      Returns:
      possible object is Boolean
    • setFirstRow

      public void setFirstRow​(java.lang.Boolean value)
      Sets the value of the firstRow property.
      Parameters:
      value - allowed object is Boolean
    • isFirstCol

      public boolean isFirstCol()
      Gets the value of the firstCol property.
      Returns:
      possible object is Boolean
    • setFirstCol

      public void setFirstCol​(java.lang.Boolean value)
      Sets the value of the firstCol property.
      Parameters:
      value - allowed object is Boolean
    • isLastRow

      public boolean isLastRow()
      Gets the value of the lastRow property.
      Returns:
      possible object is Boolean
    • setLastRow

      public void setLastRow​(java.lang.Boolean value)
      Sets the value of the lastRow property.
      Parameters:
      value - allowed object is Boolean
    • isLastCol

      public boolean isLastCol()
      Gets the value of the lastCol property.
      Returns:
      possible object is Boolean
    • setLastCol

      public void setLastCol​(java.lang.Boolean value)
      Sets the value of the lastCol property.
      Parameters:
      value - allowed object is Boolean
    • isBandRow

      public boolean isBandRow()
      Gets the value of the bandRow property.
      Returns:
      possible object is Boolean
    • setBandRow

      public void setBandRow​(java.lang.Boolean value)
      Sets the value of the bandRow property.
      Parameters:
      value - allowed object is Boolean
    • isBandCol

      public boolean isBandCol()
      Gets the value of the bandCol property.
      Returns:
      possible object is Boolean
    • setBandCol

      public void setBandCol​(java.lang.Boolean value)
      Sets the value of the bandCol property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.