public class CTSurface extends Object
Java class for CT_Surface complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Surface">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="thickness" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="pictureOptions" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PictureOptions" 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 CTPictureOptions |
pictureOptions |
protected CTShapeProperties |
spPr |
protected CTUnsignedInt |
thickness |
| Constructor and Description |
|---|
CTSurface() |
| Modifier and Type | Method and Description |
|---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTPictureOptions |
getPictureOptions()
Gets the value of the pictureOptions property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTUnsignedInt |
getThickness()
Gets the value of the thickness property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setPictureOptions(CTPictureOptions value)
Sets the value of the pictureOptions property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setThickness(CTUnsignedInt value)
Sets the value of the thickness property.
|
protected CTUnsignedInt thickness
protected CTShapeProperties spPr
protected CTPictureOptions pictureOptions
protected CTExtensionList extLst
public CTUnsignedInt getThickness()
CTUnsignedIntpublic void setThickness(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTPictureOptions getPictureOptions()
CTPictureOptionspublic void setPictureOptions(CTPictureOptions value)
value - allowed object is
CTPictureOptionspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2019. All Rights Reserved.