Package org.docx4j.dml.diagram
Class CTLayoutVariablePropertySet
java.lang.Object
org.docx4j.dml.diagram.CTLayoutVariablePropertySet
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CTAnimLvlprotected CTAnimOneprotected CTBulletEnabledprotected CTChildMaxprotected CTChildPrefprotected CTDirectionprotected CTHierBranchStyleprotected CTOrgChartprotected CTResizeHandles -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the animLvl property.Gets the value of the animOne property.Gets the value of the bulletEnabled property.getChMax()Gets the value of the chMax property.Gets the value of the chPref property.getDir()Gets the value of the dir property.Gets the value of the hierBranch property.Gets the value of the orgChart property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the resizeHandles property.voidsetAnimLvl(CTAnimLvl value) Sets the value of the animLvl property.voidsetAnimOne(CTAnimOne value) Sets the value of the animOne property.voidsetBulletEnabled(CTBulletEnabled value) Sets the value of the bulletEnabled property.voidsetChMax(CTChildMax value) Sets the value of the chMax property.voidsetChPref(CTChildPref value) Sets the value of the chPref property.voidsetDir(CTDirection value) Sets the value of the dir property.voidsetHierBranch(CTHierBranchStyle value) Sets the value of the hierBranch property.voidsetOrgChart(CTOrgChart value) Sets the value of the orgChart property.voidvoidsetResizeHandles(CTResizeHandles value) Sets the value of the resizeHandles property.
-
Field Details
-
orgChart
-
chMax
-
chPref
-
bulletEnabled
-
dir
-
hierBranch
-
animOne
-
animLvl
-
resizeHandles
-
-
Constructor Details
-
CTLayoutVariablePropertySet
public CTLayoutVariablePropertySet()
-
-
Method Details
-
getOrgChart
Gets the value of the orgChart property.- Returns:
- possible object is
CTOrgChart
-
setOrgChart
Sets the value of the orgChart property.- Parameters:
value- allowed object isCTOrgChart
-
getChMax
Gets the value of the chMax property.- Returns:
- possible object is
CTChildMax
-
setChMax
Sets the value of the chMax property.- Parameters:
value- allowed object isCTChildMax
-
getChPref
Gets the value of the chPref property.- Returns:
- possible object is
CTChildPref
-
setChPref
Sets the value of the chPref property.- Parameters:
value- allowed object isCTChildPref
-
getBulletEnabled
Gets the value of the bulletEnabled property.- Returns:
- possible object is
CTBulletEnabled
-
setBulletEnabled
Sets the value of the bulletEnabled property.- Parameters:
value- allowed object isCTBulletEnabled
-
getDir
Gets the value of the dir property.- Returns:
- possible object is
CTDirection
-
setDir
Sets the value of the dir property.- Parameters:
value- allowed object isCTDirection
-
getHierBranch
Gets the value of the hierBranch property.- Returns:
- possible object is
CTHierBranchStyle
-
setHierBranch
Sets the value of the hierBranch property.- Parameters:
value- allowed object isCTHierBranchStyle
-
getAnimOne
Gets the value of the animOne property.- Returns:
- possible object is
CTAnimOne
-
setAnimOne
Sets the value of the animOne property.- Parameters:
value- allowed object isCTAnimOne
-
getAnimLvl
Gets the value of the animLvl property.- Returns:
- possible object is
CTAnimLvl
-
setAnimLvl
Sets the value of the animLvl property.- Parameters:
value- allowed object isCTAnimLvl
-
getResizeHandles
Gets the value of the resizeHandles property.- Returns:
- possible object is
CTResizeHandles
-
setResizeHandles
Sets the value of the resizeHandles property.- Parameters:
value- allowed object isCTResizeHandles
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-