Class CTManualLayout

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

public class CTManualLayout
extends java.lang.Object
implements Child

Java class for CT_ManualLayout complex type.

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

 <complexType name="CT_ManualLayout">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="layoutTarget" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutTarget" minOccurs="0"/>
         <element name="xMode" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutMode" minOccurs="0"/>
         <element name="yMode" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutMode" minOccurs="0"/>
         <element name="wMode" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutMode" minOccurs="0"/>
         <element name="hMode" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LayoutMode" minOccurs="0"/>
         <element name="x" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
         <element name="y" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
         <element name="w" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
         <element name="h" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTManualLayout

      public CTManualLayout()
  • Method Details

    • getLayoutTarget

      public CTLayoutTarget getLayoutTarget()
      Gets the value of the layoutTarget property.
      Returns:
      possible object is CTLayoutTarget
    • setLayoutTarget

      public void setLayoutTarget​(CTLayoutTarget value)
      Sets the value of the layoutTarget property.
      Parameters:
      value - allowed object is CTLayoutTarget
    • getXMode

      public CTLayoutMode getXMode()
      Gets the value of the xMode property.
      Returns:
      possible object is CTLayoutMode
    • setXMode

      public void setXMode​(CTLayoutMode value)
      Sets the value of the xMode property.
      Parameters:
      value - allowed object is CTLayoutMode
    • getYMode

      public CTLayoutMode getYMode()
      Gets the value of the yMode property.
      Returns:
      possible object is CTLayoutMode
    • setYMode

      public void setYMode​(CTLayoutMode value)
      Sets the value of the yMode property.
      Parameters:
      value - allowed object is CTLayoutMode
    • getWMode

      public CTLayoutMode getWMode()
      Gets the value of the wMode property.
      Returns:
      possible object is CTLayoutMode
    • setWMode

      public void setWMode​(CTLayoutMode value)
      Sets the value of the wMode property.
      Parameters:
      value - allowed object is CTLayoutMode
    • getHMode

      public CTLayoutMode getHMode()
      Gets the value of the hMode property.
      Returns:
      possible object is CTLayoutMode
    • setHMode

      public void setHMode​(CTLayoutMode value)
      Sets the value of the hMode property.
      Parameters:
      value - allowed object is CTLayoutMode
    • getX

      public CTDouble getX()
      Gets the value of the x property.
      Returns:
      possible object is CTDouble
    • setX

      public void setX​(CTDouble value)
      Sets the value of the x property.
      Parameters:
      value - allowed object is CTDouble
    • getY

      public CTDouble getY()
      Gets the value of the y property.
      Returns:
      possible object is CTDouble
    • setY

      public void setY​(CTDouble value)
      Sets the value of the y property.
      Parameters:
      value - allowed object is CTDouble
    • getW

      public CTDouble getW()
      Gets the value of the w property.
      Returns:
      possible object is CTDouble
    • setW

      public void setW​(CTDouble value)
      Sets the value of the w property.
      Parameters:
      value - allowed object is CTDouble
    • getH

      public CTDouble getH()
      Gets the value of the h property.
      Returns:
      possible object is CTDouble
    • setH

      public void setH​(CTDouble value)
      Sets the value of the h property.
      Parameters:
      value - allowed object is CTDouble
    • getExtLst

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

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