public class CTLayout extends Object implements Child
Java class for CT_Layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Layout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="manualLayout" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ManualLayout" 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 CTManualLayout |
manualLayout |
| Constructor and Description |
|---|
CTLayout() |
| 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.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTManualLayout |
getManualLayout()
Gets the value of the manualLayout property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setManualLayout(CTManualLayout value)
Sets the value of the manualLayout property.
|
void |
setParent(Object parent) |
protected CTManualLayout manualLayout
protected CTExtensionList extLst
public CTManualLayout getManualLayout()
CTManualLayoutpublic void setManualLayout(CTManualLayout value)
value - allowed object is
CTManualLayoutpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic 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-2022. All Rights Reserved.