Class CTTableCellProperties

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

public class CTTableCellProperties
extends java.lang.Object
implements Child

Java class for CT_TableCellProperties complex type.

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

 <complexType name="CT_TableCellProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lnL" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
         <element name="lnR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
         <element name="lnT" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
         <element name="lnB" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
         <element name="lnTlToBr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
         <element name="lnBlToTr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
         <element name="cell3D" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Cell3D" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="marL" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" default="91440" />
       <attribute name="marR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" default="91440" />
       <attribute name="marT" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" default="45720" />
       <attribute name="marB" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" default="45720" />
       <attribute name="vert" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextVerticalType" default="horz" />
       <attribute name="anchor" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextAnchoringType" default="t" />
       <attribute name="anchorCtr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="horzOverflow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextHorzOverflowType" default="clip" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTableCellProperties

      public CTTableCellProperties()
  • Method Details

    • getLnL

      public CTLineProperties getLnL()
      Gets the value of the lnL property.
      Returns:
      possible object is CTLineProperties
    • setLnL

      public void setLnL​(CTLineProperties value)
      Sets the value of the lnL property.
      Parameters:
      value - allowed object is CTLineProperties
    • getLnR

      public CTLineProperties getLnR()
      Gets the value of the lnR property.
      Returns:
      possible object is CTLineProperties
    • setLnR

      public void setLnR​(CTLineProperties value)
      Sets the value of the lnR property.
      Parameters:
      value - allowed object is CTLineProperties
    • getLnT

      public CTLineProperties getLnT()
      Gets the value of the lnT property.
      Returns:
      possible object is CTLineProperties
    • setLnT

      public void setLnT​(CTLineProperties value)
      Sets the value of the lnT property.
      Parameters:
      value - allowed object is CTLineProperties
    • getLnB

      public CTLineProperties getLnB()
      Gets the value of the lnB property.
      Returns:
      possible object is CTLineProperties
    • setLnB

      public void setLnB​(CTLineProperties value)
      Sets the value of the lnB property.
      Parameters:
      value - allowed object is CTLineProperties
    • getLnTlToBr

      public CTLineProperties getLnTlToBr()
      Gets the value of the lnTlToBr property.
      Returns:
      possible object is CTLineProperties
    • setLnTlToBr

      public void setLnTlToBr​(CTLineProperties value)
      Sets the value of the lnTlToBr property.
      Parameters:
      value - allowed object is CTLineProperties
    • getLnBlToTr

      public CTLineProperties getLnBlToTr()
      Gets the value of the lnBlToTr property.
      Returns:
      possible object is CTLineProperties
    • setLnBlToTr

      public void setLnBlToTr​(CTLineProperties value)
      Sets the value of the lnBlToTr property.
      Parameters:
      value - allowed object is CTLineProperties
    • getCell3D

      public CTCell3D getCell3D()
      Gets the value of the cell3D property.
      Returns:
      possible object is CTCell3D
    • setCell3D

      public void setCell3D​(CTCell3D value)
      Sets the value of the cell3D property.
      Parameters:
      value - allowed object is CTCell3D
    • getNoFill

      public CTNoFillProperties getNoFill()
      Gets the value of the noFill property.
      Returns:
      possible object is CTNoFillProperties
    • setNoFill

      public void setNoFill​(CTNoFillProperties value)
      Sets the value of the noFill property.
      Parameters:
      value - allowed object is CTNoFillProperties
    • getSolidFill

      public CTSolidColorFillProperties getSolidFill()
      Gets the value of the solidFill property.
      Returns:
      possible object is CTSolidColorFillProperties
    • setSolidFill

      public void setSolidFill​(CTSolidColorFillProperties value)
      Sets the value of the solidFill property.
      Parameters:
      value - allowed object is CTSolidColorFillProperties
    • getGradFill

      public CTGradientFillProperties getGradFill()
      Gets the value of the gradFill property.
      Returns:
      possible object is CTGradientFillProperties
    • setGradFill

      public void setGradFill​(CTGradientFillProperties value)
      Sets the value of the gradFill property.
      Parameters:
      value - allowed object is CTGradientFillProperties
    • getBlipFill

      public CTBlipFillProperties getBlipFill()
      Gets the value of the blipFill property.
      Returns:
      possible object is CTBlipFillProperties
    • setBlipFill

      public void setBlipFill​(CTBlipFillProperties value)
      Sets the value of the blipFill property.
      Parameters:
      value - allowed object is CTBlipFillProperties
    • getPattFill

      public CTPatternFillProperties getPattFill()
      Gets the value of the pattFill property.
      Returns:
      possible object is CTPatternFillProperties
    • setPattFill

      public void setPattFill​(CTPatternFillProperties value)
      Sets the value of the pattFill property.
      Parameters:
      value - allowed object is CTPatternFillProperties
    • getGrpFill

      public CTGroupFillProperties getGrpFill()
      Gets the value of the grpFill property.
      Returns:
      possible object is CTGroupFillProperties
    • setGrpFill

      public void setGrpFill​(CTGroupFillProperties value)
      Sets the value of the grpFill property.
      Parameters:
      value - allowed object is CTGroupFillProperties
    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst​(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getMarL

      public int getMarL()
      Gets the value of the marL property.
      Returns:
      possible object is Integer
    • setMarL

      public void setMarL​(java.lang.Integer value)
      Sets the value of the marL property.
      Parameters:
      value - allowed object is Integer
    • getMarR

      public int getMarR()
      Gets the value of the marR property.
      Returns:
      possible object is Integer
    • setMarR

      public void setMarR​(java.lang.Integer value)
      Sets the value of the marR property.
      Parameters:
      value - allowed object is Integer
    • getMarT

      public int getMarT()
      Gets the value of the marT property.
      Returns:
      possible object is Integer
    • setMarT

      public void setMarT​(java.lang.Integer value)
      Sets the value of the marT property.
      Parameters:
      value - allowed object is Integer
    • getMarB

      public int getMarB()
      Gets the value of the marB property.
      Returns:
      possible object is Integer
    • setMarB

      public void setMarB​(java.lang.Integer value)
      Sets the value of the marB property.
      Parameters:
      value - allowed object is Integer
    • getVert

      public STTextVerticalType getVert()
      Gets the value of the vert property.
      Returns:
      possible object is STTextVerticalType
    • setVert

      public void setVert​(STTextVerticalType value)
      Sets the value of the vert property.
      Parameters:
      value - allowed object is STTextVerticalType
    • getAnchor

      public STTextAnchoringType getAnchor()
      Gets the value of the anchor property.
      Returns:
      possible object is STTextAnchoringType
    • setAnchor

      public void setAnchor​(STTextAnchoringType value)
      Sets the value of the anchor property.
      Parameters:
      value - allowed object is STTextAnchoringType
    • isAnchorCtr

      public boolean isAnchorCtr()
      Gets the value of the anchorCtr property.
      Returns:
      possible object is Boolean
    • setAnchorCtr

      public void setAnchorCtr​(java.lang.Boolean value)
      Sets the value of the anchorCtr property.
      Parameters:
      value - allowed object is Boolean
    • getHorzOverflow

      public STTextHorzOverflowType getHorzOverflow()
      Gets the value of the horzOverflow property.
      Returns:
      possible object is STTextHorzOverflowType
    • setHorzOverflow

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