public class CTPlotSurface extends Object
Java class for CT_PlotSurface complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PlotSurface">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected CTShapeProperties |
spPr |
| Constructor and Description |
|---|
CTPlotSurface() |
| Modifier and Type | Method and Description |
|---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
protected CTShapeProperties spPr
protected CTExtensionList extLst
public CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2022. All Rights Reserved.