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>
| Modifier and Type | Field and Description |
|---|---|
protected CTAnimLvl |
animLvl |
protected CTAnimOne |
animOne |
protected CTBulletEnabled |
bulletEnabled |
protected CTChildMax |
chMax |
protected CTChildPref |
chPref |
protected CTDirection |
dir |
protected CTHierBranchStyle |
hierBranch |
protected CTOrgChart |
orgChart |
protected CTResizeHandles |
resizeHandles |
| Constructor and Description |
|---|
CTLayoutVariablePropertySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTAnimLvl |
getAnimLvl()
Gets the value of the animLvl property.
|
CTAnimOne |
getAnimOne()
Gets the value of the animOne property.
|
CTBulletEnabled |
getBulletEnabled()
Gets the value of the bulletEnabled property.
|
CTChildMax |
getChMax()
Gets the value of the chMax property.
|
CTChildPref |
getChPref()
Gets the value of the chPref property.
|
CTDirection |
getDir()
Gets the value of the dir property.
|
CTHierBranchStyle |
getHierBranch()
Gets the value of the hierBranch property.
|
CTOrgChart |
getOrgChart()
Gets the value of the orgChart property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTResizeHandles |
getResizeHandles()
Gets the value of the resizeHandles property.
|
void |
setAnimLvl(CTAnimLvl value)
Sets the value of the animLvl property.
|
void |
setAnimOne(CTAnimOne value)
Sets the value of the animOne property.
|
void |
setBulletEnabled(CTBulletEnabled value)
Sets the value of the bulletEnabled property.
|
void |
setChMax(CTChildMax value)
Sets the value of the chMax property.
|
void |
setChPref(CTChildPref value)
Sets the value of the chPref property.
|
void |
setDir(CTDirection value)
Sets the value of the dir property.
|
void |
setHierBranch(CTHierBranchStyle value)
Sets the value of the hierBranch property.
|
void |
setOrgChart(CTOrgChart value)
Sets the value of the orgChart property.
|
void |
setParent(Object parent) |
void |
setResizeHandles(CTResizeHandles value)
Sets the value of the resizeHandles property.
|
protected CTOrgChart orgChart
protected CTChildMax chMax
protected CTChildPref chPref
protected CTBulletEnabled bulletEnabled
protected CTDirection dir
protected CTHierBranchStyle hierBranch
protected CTAnimOne animOne
protected CTAnimLvl animLvl
protected CTResizeHandles resizeHandles
public CTOrgChart getOrgChart()
CTOrgChartpublic void setOrgChart(CTOrgChart value)
value - allowed object is
CTOrgChartpublic CTChildMax getChMax()
CTChildMaxpublic void setChMax(CTChildMax value)
value - allowed object is
CTChildMaxpublic CTChildPref getChPref()
CTChildPrefpublic void setChPref(CTChildPref value)
value - allowed object is
CTChildPrefpublic CTBulletEnabled getBulletEnabled()
CTBulletEnabledpublic void setBulletEnabled(CTBulletEnabled value)
value - allowed object is
CTBulletEnabledpublic CTDirection getDir()
CTDirectionpublic void setDir(CTDirection value)
value - allowed object is
CTDirectionpublic CTHierBranchStyle getHierBranch()
CTHierBranchStylepublic void setHierBranch(CTHierBranchStyle value)
value - allowed object is
CTHierBranchStylepublic CTAnimOne getAnimOne()
CTAnimOnepublic void setAnimOne(CTAnimOne value)
value - allowed object is
CTAnimOnepublic CTAnimLvl getAnimLvl()
CTAnimLvlpublic void setAnimLvl(CTAnimLvl value)
value - allowed object is
CTAnimLvlpublic CTResizeHandles getResizeHandles()
CTResizeHandlespublic void setResizeHandles(CTResizeHandles value)
value - allowed object is
CTResizeHandlespublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.