Class CTTblCellMar

java.lang.Object
org.docx4j.wml.CTTblCellMar
All Implemented Interfaces:
Child

public class CTTblCellMar
extends java.lang.Object
implements Child

Java class for CT_TblCellMar complex type.

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

 <complexType name="CT_TblCellMar">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="top" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
         <element name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
         <element name="bottom" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
         <element name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected TblWidth bottom  
    protected TblWidth left  
    protected TblWidth right  
    protected TblWidth top  
  • Constructor Summary

    Constructors
    Constructor Description
    CTTblCellMar()  
  • Method Summary

    Modifier and Type Method Description
    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.
    TblWidth getBottom()
    Gets the value of the bottom property.
    TblWidth getLeft()
    Gets the value of the left property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    TblWidth getRight()
    Gets the value of the right property.
    TblWidth getTop()
    Gets the value of the top property.
    void setBottom​(TblWidth value)
    Sets the value of the bottom property.
    void setLeft​(TblWidth value)
    Sets the value of the left property.
    void setParent​(java.lang.Object parent)  
    void setRight​(TblWidth value)
    Sets the value of the right property.
    void setTop​(TblWidth value)
    Sets the value of the top property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CTTblCellMar

      public CTTblCellMar()
  • Method Details

    • getTop

      public TblWidth getTop()
      Gets the value of the top property.
      Returns:
      possible object is TblWidth
    • setTop

      public void setTop​(TblWidth value)
      Sets the value of the top property.
      Parameters:
      value - allowed object is TblWidth
    • getLeft

      public TblWidth getLeft()
      Gets the value of the left property.
      Returns:
      possible object is TblWidth
    • setLeft

      public void setLeft​(TblWidth value)
      Sets the value of the left property.
      Parameters:
      value - allowed object is TblWidth
    • getBottom

      public TblWidth getBottom()
      Gets the value of the bottom property.
      Returns:
      possible object is TblWidth
    • setBottom

      public void setBottom​(TblWidth value)
      Sets the value of the bottom property.
      Parameters:
      value - allowed object is TblWidth
    • getRight

      public TblWidth getRight()
      Gets the value of the right property.
      Returns:
      possible object is TblWidth
    • setRight

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