Class CTWrapSquare

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

public class CTWrapSquare extends Object implements Child

Java class for CT_WrapSquare complex type.

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

 <complexType name="CT_WrapSquare">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="effectExtent" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}CT_EffectExtent" minOccurs="0"/>
       </sequence>
       <attribute name="wrapText" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapText" />
       <attribute name="distT" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
       <attribute name="distB" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
       <attribute name="distL" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
       <attribute name="distR" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • effectExtent

      protected CTEffectExtent effectExtent
    • wrapText

      protected STWrapText wrapText
    • distT

      protected Long distT
    • distB

      protected Long distB
    • distL

      protected Long distL
    • distR

      protected Long distR
  • Constructor Details

    • CTWrapSquare

      public CTWrapSquare()
  • Method Details

    • getEffectExtent

      public CTEffectExtent getEffectExtent()
      Gets the value of the effectExtent property.
      Returns:
      possible object is CTEffectExtent
    • setEffectExtent

      public void setEffectExtent(CTEffectExtent value)
      Sets the value of the effectExtent property.
      Parameters:
      value - allowed object is CTEffectExtent
    • getWrapText

      public STWrapText getWrapText()
      Gets the value of the wrapText property.
      Returns:
      possible object is STWrapText
    • setWrapText

      public void setWrapText(STWrapText value)
      Sets the value of the wrapText property.
      Parameters:
      value - allowed object is STWrapText
    • getDistT

      public Long getDistT()
      Gets the value of the distT property.
      Returns:
      possible object is Long
    • setDistT

      public void setDistT(Long value)
      Sets the value of the distT property.
      Parameters:
      value - allowed object is Long
    • getDistB

      public Long getDistB()
      Gets the value of the distB property.
      Returns:
      possible object is Long
    • setDistB

      public void setDistB(Long value)
      Sets the value of the distB property.
      Parameters:
      value - allowed object is Long
    • getDistL

      public Long getDistL()
      Gets the value of the distL property.
      Returns:
      possible object is Long
    • setDistL

      public void setDistL(Long value)
      Sets the value of the distL property.
      Parameters:
      value - allowed object is Long
    • getDistR

      public Long getDistR()
      Gets the value of the distR property.
      Returns:
      possible object is Long
    • setDistR

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