public class CTLayout extends Object
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 |
---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTManualLayout |
getManualLayout()
Gets the value of the manualLayout property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setManualLayout(CTManualLayout value)
Sets the value of the manualLayout property.
|
protected CTManualLayout manualLayout
protected CTExtensionList extLst
public CTManualLayout getManualLayout()
CTManualLayout
public void setManualLayout(CTManualLayout value)
value
- allowed object is
CTManualLayout
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2013. All Rights Reserved.