public class CTLayoutVariablePropertySet extends Object
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 |
---|---|
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.
|
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 |
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()
CTOrgChart
public void setOrgChart(CTOrgChart value)
value
- allowed object is
CTOrgChart
public CTChildMax getChMax()
CTChildMax
public void setChMax(CTChildMax value)
value
- allowed object is
CTChildMax
public CTChildPref getChPref()
CTChildPref
public void setChPref(CTChildPref value)
value
- allowed object is
CTChildPref
public CTBulletEnabled getBulletEnabled()
CTBulletEnabled
public void setBulletEnabled(CTBulletEnabled value)
value
- allowed object is
CTBulletEnabled
public CTDirection getDir()
CTDirection
public void setDir(CTDirection value)
value
- allowed object is
CTDirection
public CTHierBranchStyle getHierBranch()
CTHierBranchStyle
public void setHierBranch(CTHierBranchStyle value)
value
- allowed object is
CTHierBranchStyle
public CTAnimOne getAnimOne()
CTAnimOne
public void setAnimOne(CTAnimOne value)
value
- allowed object is
CTAnimOne
public CTAnimLvl getAnimLvl()
CTAnimLvl
public void setAnimLvl(CTAnimLvl value)
value
- allowed object is
CTAnimLvl
public CTResizeHandles getResizeHandles()
CTResizeHandles
public void setResizeHandles(CTResizeHandles value)
value
- allowed object is
CTResizeHandles
Copyright © 2007-2014. All Rights Reserved.