public class CTDrawing extends Object
Java class for CT_Drawing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Drawing">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="spTree" type="{http://schemas.microsoft.com/office/drawing/2008/diagram}CT_GroupShape"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTGroupShape |
spTree |
| Constructor and Description |
|---|
CTDrawing() |
| Modifier and Type | Method and Description |
|---|---|
CTGroupShape |
getSpTree()
Gets the value of the spTree property.
|
void |
setSpTree(CTGroupShape value)
Sets the value of the spTree property.
|
protected CTGroupShape spTree
public CTGroupShape getSpTree()
CTGroupShapepublic void setSpTree(CTGroupShape value)
value - allowed object is
CTGroupShapeCopyright © 2007-2019. All Rights Reserved.