Class CTAbsSizeAnchor

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

public class CTAbsSizeAnchor extends Object implements Child

Java class for CT_AbsSizeAnchor complex type.

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

 <complexType name="CT_AbsSizeAnchor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="from" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_Marker"/>
         <element name="ext" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}EG_ObjectChoices"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTAbsSizeAnchor

      public CTAbsSizeAnchor()
  • Method Details

    • getFrom

      public CTMarker getFrom()
      Gets the value of the from property.
      Returns:
      possible object is CTMarker
    • setFrom

      public void setFrom(CTMarker value)
      Sets the value of the from property.
      Parameters:
      value - allowed object is CTMarker
    • 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 CTGraphicFrame getGraphicFrame()
      Gets the value of the graphicFrame property.
      Returns:
      possible object is CTGraphicFrame
    • setGraphicFrame

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