Class CTLayoutVariablePropertySet

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

public class CTLayoutVariablePropertySet extends Object implements Child

Java class for CT_LayoutVariablePropertySet complex type.

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

 <complexType name="CT_LayoutVariablePropertySet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orgChart" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_OrgChart" minOccurs="0"/>
         <element name="chMax" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_ChildMax" minOccurs="0"/>
         <element name="chPref" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_ChildPref" minOccurs="0"/>
         <element name="bulletEnabled" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_BulletEnabled" minOccurs="0"/>
         <element name="dir" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Direction" minOccurs="0"/>
         <element name="hierBranch" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_HierBranchStyle" minOccurs="0"/>
         <element name="animOne" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_AnimOne" minOccurs="0"/>
         <element name="animLvl" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_AnimLvl" minOccurs="0"/>
         <element name="resizeHandles" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_ResizeHandles" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTLayoutVariablePropertySet

      public CTLayoutVariablePropertySet()
  • Method Details

    • getOrgChart

      public CTOrgChart getOrgChart()
      Gets the value of the orgChart property.
      Returns:
      possible object is CTOrgChart
    • setOrgChart

      public void setOrgChart(CTOrgChart value)
      Sets the value of the orgChart property.
      Parameters:
      value - allowed object is CTOrgChart
    • getChMax

      public CTChildMax getChMax()
      Gets the value of the chMax property.
      Returns:
      possible object is CTChildMax
    • setChMax

      public void setChMax(CTChildMax value)
      Sets the value of the chMax property.
      Parameters:
      value - allowed object is CTChildMax
    • getChPref

      public CTChildPref getChPref()
      Gets the value of the chPref property.
      Returns:
      possible object is CTChildPref
    • setChPref

      public void setChPref(CTChildPref value)
      Sets the value of the chPref property.
      Parameters:
      value - allowed object is CTChildPref
    • getBulletEnabled

      public CTBulletEnabled getBulletEnabled()
      Gets the value of the bulletEnabled property.
      Returns:
      possible object is CTBulletEnabled
    • setBulletEnabled

      public void setBulletEnabled(CTBulletEnabled value)
      Sets the value of the bulletEnabled property.
      Parameters:
      value - allowed object is CTBulletEnabled
    • getDir

      public CTDirection getDir()
      Gets the value of the dir property.
      Returns:
      possible object is CTDirection
    • setDir

      public void setDir(CTDirection value)
      Sets the value of the dir property.
      Parameters:
      value - allowed object is CTDirection
    • getHierBranch

      public CTHierBranchStyle getHierBranch()
      Gets the value of the hierBranch property.
      Returns:
      possible object is CTHierBranchStyle
    • setHierBranch

      public void setHierBranch(CTHierBranchStyle value)
      Sets the value of the hierBranch property.
      Parameters:
      value - allowed object is CTHierBranchStyle
    • getAnimOne

      public CTAnimOne getAnimOne()
      Gets the value of the animOne property.
      Returns:
      possible object is CTAnimOne
    • setAnimOne

      public void setAnimOne(CTAnimOne value)
      Sets the value of the animOne property.
      Parameters:
      value - allowed object is CTAnimOne
    • getAnimLvl

      public CTAnimLvl getAnimLvl()
      Gets the value of the animLvl property.
      Returns:
      possible object is CTAnimLvl
    • setAnimLvl

      public void setAnimLvl(CTAnimLvl value)
      Sets the value of the animLvl property.
      Parameters:
      value - allowed object is CTAnimLvl
    • getResizeHandles

      public CTResizeHandles getResizeHandles()
      Gets the value of the resizeHandles property.
      Returns:
      possible object is CTResizeHandles
    • setResizeHandles

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