Class CTAbsoluteAnchor

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

public class CTAbsoluteAnchor
extends java.lang.Object
implements Child

Java class for CT_AbsoluteAnchor complex type.

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

 <complexType name="CT_AbsoluteAnchor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D"/>
         <element name="ext" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}EG_ObjectChoices"/>
         <element name="clientData" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}CT_AnchorClientData"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTAbsoluteAnchor

      public CTAbsoluteAnchor()
  • Method Details

    • getPos

      public CTPoint2D getPos()
      Gets the value of the pos property.
      Returns:
      possible object is CTPoint2D
    • setPos

      public void setPos​(CTPoint2D value)
      Sets the value of the pos property.
      Parameters:
      value - allowed object is CTPoint2D
    • getExt

      public CTPositiveSize2D getExt()
      Gets the value of the ext property.
      Returns:
      possible object is CTPositiveSize2D
    • setExt

      public void setExt​(CTPositiveSize2D value)
      Sets the value of the ext property.
      Parameters:
      value - allowed object is CTPositiveSize2D
    • getSp

      public CTShape getSp()
      Gets the value of the sp property.
      Returns:
      possible object is CTShape
    • setSp

      public void setSp​(CTShape value)
      Sets the value of the sp property.
      Parameters:
      value - allowed object is CTShape
    • getGrpSp

      public CTGroupShape getGrpSp()
      Gets the value of the grpSp property.
      Returns:
      possible object is CTGroupShape
    • setGrpSp

      public void setGrpSp​(CTGroupShape value)
      Sets the value of the grpSp property.
      Parameters:
      value - allowed object is CTGroupShape
    • getGraphicFrame

      public CTGraphicalObjectFrame getGraphicFrame()
      Gets the value of the graphicFrame property.
      Returns:
      possible object is CTGraphicalObjectFrame
    • setGraphicFrame

      public void setGraphicFrame​(CTGraphicalObjectFrame value)
      Sets the value of the graphicFrame property.
      Parameters:
      value - allowed object is CTGraphicalObjectFrame
    • getCxnSp

      public CTConnector getCxnSp()
      Gets the value of the cxnSp property.
      Returns:
      possible object is CTConnector
    • setCxnSp

      public void setCxnSp​(CTConnector value)
      Sets the value of the cxnSp property.
      Parameters:
      value - allowed object is CTConnector
    • getPic

      public CTPicture getPic()
      Gets the value of the pic property.
      Returns:
      possible object is CTPicture
    • setPic

      public void setPic​(CTPicture value)
      Sets the value of the pic property.
      Parameters:
      value - allowed object is CTPicture
    • getClientData

      public CTAnchorClientData getClientData()
      Gets the value of the clientData property.
      Returns:
      possible object is CTAnchorClientData
    • setClientData

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