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>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected CTDouble |
h |
protected CTLayoutMode |
hMode |
protected CTLayoutTarget |
layoutTarget |
protected CTDouble |
w |
protected CTLayoutMode |
wMode |
protected CTDouble |
x |
protected CTLayoutMode |
xMode |
protected CTDouble |
y |
protected CTLayoutMode |
yMode |
| Constructor and Description |
|---|
CTManualLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTDouble |
getH()
Gets the value of the h property.
|
CTLayoutMode |
getHMode()
Gets the value of the hMode property.
|
CTLayoutTarget |
getLayoutTarget()
Gets the value of the layoutTarget property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTDouble |
getW()
Gets the value of the w property.
|
CTLayoutMode |
getWMode()
Gets the value of the wMode property.
|
CTDouble |
getX()
Gets the value of the x property.
|
CTLayoutMode |
getXMode()
Gets the value of the xMode property.
|
CTDouble |
getY()
Gets the value of the y property.
|
CTLayoutMode |
getYMode()
Gets the value of the yMode property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setH(CTDouble value)
Sets the value of the h property.
|
void |
setHMode(CTLayoutMode value)
Sets the value of the hMode property.
|
void |
setLayoutTarget(CTLayoutTarget value)
Sets the value of the layoutTarget property.
|
void |
setParent(java.lang.Object parent) |
void |
setW(CTDouble value)
Sets the value of the w property.
|
void |
setWMode(CTLayoutMode value)
Sets the value of the wMode property.
|
void |
setX(CTDouble value)
Sets the value of the x property.
|
void |
setXMode(CTLayoutMode value)
Sets the value of the xMode property.
|
void |
setY(CTDouble value)
Sets the value of the y property.
|
void |
setYMode(CTLayoutMode value)
Sets the value of the yMode property.
|
protected CTLayoutTarget layoutTarget
protected CTLayoutMode xMode
protected CTLayoutMode yMode
protected CTLayoutMode wMode
protected CTLayoutMode hMode
protected CTDouble x
protected CTDouble y
protected CTDouble w
protected CTDouble h
protected CTExtensionList extLst
public CTLayoutTarget getLayoutTarget()
CTLayoutTargetpublic void setLayoutTarget(CTLayoutTarget value)
value - allowed object is
CTLayoutTargetpublic CTLayoutMode getXMode()
CTLayoutModepublic void setXMode(CTLayoutMode value)
value - allowed object is
CTLayoutModepublic CTLayoutMode getYMode()
CTLayoutModepublic void setYMode(CTLayoutMode value)
value - allowed object is
CTLayoutModepublic CTLayoutMode getWMode()
CTLayoutModepublic void setWMode(CTLayoutMode value)
value - allowed object is
CTLayoutModepublic CTLayoutMode getHMode()
CTLayoutModepublic void setHMode(CTLayoutMode value)
value - allowed object is
CTLayoutModepublic void setX(CTDouble value)
value - allowed object is
CTDoublepublic void setY(CTDouble value)
value - allowed object is
CTDoublepublic void setW(CTDouble value)
value - allowed object is
CTDoublepublic void setH(CTDouble value)
value - allowed object is
CTDoublepublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.