Class TcPrInner

java.lang.Object
org.docx4j.wml.TcPrInner
All Implemented Interfaces:
Child
Direct Known Subclasses:
TcPr

public class TcPrInner extends Object implements Child

Java class for CT_TcPrInner complex type.

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

 <complexType name="CT_TcPrInner">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cnfStyle" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Cnf" minOccurs="0"/>
         <element name="tcW" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblWidth" minOccurs="0"/>
         <element name="gridSpan" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="val" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="hMerge" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="val">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="continue"/>
                       <enumeration value="restart"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="vMerge" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="val">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="continue"/>
                       <enumeration value="restart"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="tcBorders" minOccurs="0">
           <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>
         </element>
         <element name="shd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Shd" minOccurs="0"/>
         <element name="noWrap" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
         <element name="tcMar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcMar" minOccurs="0"/>
         <element name="textDirection" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TextDirection" minOccurs="0"/>
         <element name="tcFitText" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
         <element name="vAlign" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_VerticalJc" minOccurs="0"/>
         <element name="hideMark" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_CellMarkupElements" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TcPrInner

      public TcPrInner()
  • Method Details

    • getCnfStyle

      public CTCnf getCnfStyle()
      Gets the value of the cnfStyle property.
      Returns:
      possible object is CTCnf
    • setCnfStyle

      public void setCnfStyle(CTCnf value)
      Sets the value of the cnfStyle property.
      Parameters:
      value - allowed object is CTCnf
    • getTcW

      public TblWidth getTcW()
      Gets the value of the tcW property.
      Returns:
      possible object is TblWidth
    • setTcW

      public void setTcW(TblWidth value)
      Sets the value of the tcW property.
      Parameters:
      value - allowed object is TblWidth
    • getGridSpan

      public TcPrInner.GridSpan getGridSpan()
      Gets the value of the gridSpan property.
      Returns:
      possible object is TcPrInner.GridSpan
    • setGridSpan

      public void setGridSpan(TcPrInner.GridSpan value)
      Sets the value of the gridSpan property.
      Parameters:
      value - allowed object is TcPrInner.GridSpan
    • getHMerge

      public TcPrInner.HMerge getHMerge()
      Gets the value of the hMerge property.
      Returns:
      possible object is TcPrInner.HMerge
    • setHMerge

      public void setHMerge(TcPrInner.HMerge value)
      Sets the value of the hMerge property.
      Parameters:
      value - allowed object is TcPrInner.HMerge
    • getVMerge

      public TcPrInner.VMerge getVMerge()
      Gets the value of the vMerge property.
      Returns:
      possible object is TcPrInner.VMerge
    • setVMerge

      public void setVMerge(TcPrInner.VMerge value)
      Sets the value of the vMerge property.
      Parameters:
      value - allowed object is TcPrInner.VMerge
    • getTcBorders

      public TcPrInner.TcBorders getTcBorders()
      Gets the value of the tcBorders property.
      Returns:
      possible object is TcPrInner.TcBorders
    • setTcBorders

      public void setTcBorders(TcPrInner.TcBorders value)
      Sets the value of the tcBorders property.
      Parameters:
      value - allowed object is TcPrInner.TcBorders
    • 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
    • getNoWrap

      public BooleanDefaultTrue getNoWrap()
      Gets the value of the noWrap property.
      Returns:
      possible object is BooleanDefaultTrue
    • setNoWrap

      public void setNoWrap(BooleanDefaultTrue value)
      Sets the value of the noWrap property.
      Parameters:
      value - allowed object is BooleanDefaultTrue
    • getTcMar

      public TcMar getTcMar()
      Gets the value of the tcMar property.
      Returns:
      possible object is TcMar
    • setTcMar

      public void setTcMar(TcMar value)
      Sets the value of the tcMar property.
      Parameters:
      value - allowed object is TcMar
    • getTextDirection

      public TextDirection getTextDirection()
      Gets the value of the textDirection property.
      Returns:
      possible object is TextDirection
    • setTextDirection

      public void setTextDirection(TextDirection value)
      Sets the value of the textDirection property.
      Parameters:
      value - allowed object is TextDirection
    • getTcFitText

      public BooleanDefaultTrue getTcFitText()
      Gets the value of the tcFitText property.
      Returns:
      possible object is BooleanDefaultTrue
    • setTcFitText

      public void setTcFitText(BooleanDefaultTrue value)
      Sets the value of the tcFitText property.
      Parameters:
      value - allowed object is BooleanDefaultTrue
    • getVAlign

      public CTVerticalJc getVAlign()
      Gets the value of the vAlign property.
      Returns:
      possible object is CTVerticalJc
    • setVAlign

      public void setVAlign(CTVerticalJc value)
      Sets the value of the vAlign property.
      Parameters:
      value - allowed object is CTVerticalJc
    • getHideMark

      public BooleanDefaultTrue getHideMark()
      Gets the value of the hideMark property.
      Returns:
      possible object is BooleanDefaultTrue
    • setHideMark

      public void setHideMark(BooleanDefaultTrue value)
      Sets the value of the hideMark property.
      Parameters:
      value - allowed object is BooleanDefaultTrue
    • getCellIns

      public CTTrackChange getCellIns()
      Gets the value of the cellIns property.
      Returns:
      possible object is CTTrackChange
    • setCellIns

      public void setCellIns(CTTrackChange value)
      Sets the value of the cellIns property.
      Parameters:
      value - allowed object is CTTrackChange
    • getCellDel

      public CTTrackChange getCellDel()
      Gets the value of the cellDel property.
      Returns:
      possible object is CTTrackChange
    • setCellDel

      public void setCellDel(CTTrackChange value)
      Sets the value of the cellDel property.
      Parameters:
      value - allowed object is CTTrackChange
    • getCellMerge

      public CTCellMergeTrackChange getCellMerge()
      Gets the value of the cellMerge property.
      Returns:
      possible object is CTCellMergeTrackChange
    • setCellMerge

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