Class CTTblPrExBase

java.lang.Object
org.docx4j.wml.CTTblPrExBase
All Implemented Interfaces:
Child
Direct Known Subclasses:
CTTblPrEx

public class CTTblPrExBase extends Object implements Child

Java class for CT_TblPrExBase complex type.

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

 <complexType name="CT_TblPrExBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tblW" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
         <element name="jc" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Jc" minOccurs="0"/>
         <element name="tblCellSpacing" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
         <element name="tblInd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
         <element name="tblBorders" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblBorders" minOccurs="0"/>
         <element name="shd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Shd" minOccurs="0"/>
         <element name="tblLayout" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblLayoutType" minOccurs="0"/>
         <element name="tblCellMar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblCellMar" minOccurs="0"/>
         <element name="tblLook" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblLook" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTblPrExBase

      public CTTblPrExBase()
  • Method Details

    • getTblW

      public TblWidth getTblW()
      Gets the value of the tblW property.
      Returns:
      possible object is TblWidth
    • setTblW

      public void setTblW(TblWidth value)
      Sets the value of the tblW property.
      Parameters:
      value - allowed object is TblWidth
    • getJc

      public Jc getJc()
      Gets the value of the jc property.
      Returns:
      possible object is Jc
    • setJc

      public void setJc(Jc value)
      Sets the value of the jc property.
      Parameters:
      value - allowed object is Jc
    • getTblCellSpacing

      public TblWidth getTblCellSpacing()
      Gets the value of the tblCellSpacing property.
      Returns:
      possible object is TblWidth
    • setTblCellSpacing

      public void setTblCellSpacing(TblWidth value)
      Sets the value of the tblCellSpacing property.
      Parameters:
      value - allowed object is TblWidth
    • getTblInd

      public TblWidth getTblInd()
      Gets the value of the tblInd property.
      Returns:
      possible object is TblWidth
    • setTblInd

      public void setTblInd(TblWidth value)
      Sets the value of the tblInd property.
      Parameters:
      value - allowed object is TblWidth
    • getTblBorders

      public TblBorders getTblBorders()
      Gets the value of the tblBorders property.
      Returns:
      possible object is TblBorders
    • setTblBorders

      public void setTblBorders(TblBorders value)
      Sets the value of the tblBorders property.
      Parameters:
      value - allowed object is TblBorders
    • getShd

      public CTShd getShd()
      Gets the value of the shd property.
      Returns:
      possible object is CTShd
    • setShd

      public void setShd(CTShd value)
      Sets the value of the shd property.
      Parameters:
      value - allowed object is CTShd
    • getTblLayout

      public CTTblLayoutType getTblLayout()
      Gets the value of the tblLayout property.
      Returns:
      possible object is CTTblLayoutType
    • setTblLayout

      public void setTblLayout(CTTblLayoutType value)
      Sets the value of the tblLayout property.
      Parameters:
      value - allowed object is CTTblLayoutType
    • getTblCellMar

      public CTTblCellMar getTblCellMar()
      Gets the value of the tblCellMar property.
      Returns:
      possible object is CTTblCellMar
    • setTblCellMar

      public void setTblCellMar(CTTblCellMar value)
      Sets the value of the tblCellMar property.
      Parameters:
      value - allowed object is CTTblCellMar
    • getTblLook

      public CTTblLook getTblLook()
      Gets the value of the tblLook property.
      Returns:
      possible object is CTTblLook
    • setTblLook

      public void setTblLook(CTTblLook value)
      Sets the value of the tblLook property.
      Parameters:
      value - allowed object is CTTblLook
    • getTblCaption

      public CTString getTblCaption()
      Gets the value of the tblCaption property.
      Returns:
      possible object is CTString
    • setTblCaption

      public void setTblCaption(CTString value)
      Sets the value of the tblCaption property.
      Parameters:
      value - allowed object is CTString
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.