Class CTTableBackgroundStyle

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

public class CTTableBackgroundStyle
extends java.lang.Object
implements Child

Java class for CT_TableBackgroundStyle complex type.

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

 <complexType name="CT_TableBackgroundStyle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableFillStyle" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableEffectStyle" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTableBackgroundStyle

      public CTTableBackgroundStyle()
  • Method Details

    • getFill

      public CTFillProperties getFill()
      Gets the value of the fill property.
      Returns:
      possible object is CTFillProperties
    • setFill

      public void setFill​(CTFillProperties value)
      Sets the value of the fill property.
      Parameters:
      value - allowed object is CTFillProperties
    • getFillRef

      public CTStyleMatrixReference getFillRef()
      Gets the value of the fillRef property.
      Returns:
      possible object is CTStyleMatrixReference
    • setFillRef

      public void setFillRef​(CTStyleMatrixReference value)
      Sets the value of the fillRef property.
      Parameters:
      value - allowed object is CTStyleMatrixReference
    • getEffect

      public CTEffectProperties getEffect()
      Gets the value of the effect property.
      Returns:
      possible object is CTEffectProperties
    • setEffect

      public void setEffect​(CTEffectProperties value)
      Sets the value of the effect property.
      Parameters:
      value - allowed object is CTEffectProperties
    • getEffectRef

      public CTStyleMatrixReference getEffectRef()
      Gets the value of the effectRef property.
      Returns:
      possible object is CTStyleMatrixReference
    • setEffectRef

      public void setEffectRef​(CTStyleMatrixReference value)
      Sets the value of the effectRef property.
      Parameters:
      value - allowed object is CTStyleMatrixReference
    • 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.