public class CTSurface extends Object implements Child
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 |
|---|---|
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(Object parent) |
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
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-2020. All Rights Reserved.