Class TcPrInner.TcBorders

java.lang.Object
org.docx4j.wml.TcPrInner.TcBorders
All Implemented Interfaces:
Child
Enclosing class:
TcPrInner

public static class TcPrInner.TcBorders extends Object implements Child

Java class for anonymous complex type.

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

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

  • Constructor Details

    • TcBorders

      public TcBorders()
  • Method Details

    • getTop

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

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

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

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

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

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

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

      public void setRight(CTBorder value)
      Sets the value of the right property.
      Parameters:
      value - allowed object is CTBorder
    • getInsideH

      public CTBorder getInsideH()
      Gets the value of the insideH property.
      Returns:
      possible object is CTBorder
    • setInsideH

      public void setInsideH(CTBorder value)
      Sets the value of the insideH property.
      Parameters:
      value - allowed object is CTBorder
    • getInsideV

      public CTBorder getInsideV()
      Gets the value of the insideV property.
      Returns:
      possible object is CTBorder
    • setInsideV

      public void setInsideV(CTBorder value)
      Sets the value of the insideV property.
      Parameters:
      value - allowed object is CTBorder
    • getTl2Br

      public CTBorder getTl2Br()
      Gets the value of the tl2Br property.
      Returns:
      possible object is CTBorder
    • setTl2Br

      public void setTl2Br(CTBorder value)
      Sets the value of the tl2Br property.
      Parameters:
      value - allowed object is CTBorder
    • getTr2Bl

      public CTBorder getTr2Bl()
      Gets the value of the tr2Bl property.
      Returns:
      possible object is CTBorder
    • setTr2Bl

      public void setTr2Bl(CTBorder value)
      Sets the value of the tr2Bl property.
      Parameters:
      value - allowed object is CTBorder
    • 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.