public class CTShape extends Object implements Child
Java class for CT_Shape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Shape">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nvSpPr" type="{http://schemas.microsoft.com/office/drawing/2008/diagram}CT_ShapeNonVisual"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties"/>
<element name="style" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeStyle" minOccurs="0"/>
<element name="txBody" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody" minOccurs="0"/>
<element name="txXfrm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Transform2D" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="modelId" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTOfficeArtExtensionList |
extLst |
protected String |
modelId |
protected CTShapeNonVisual |
nvSpPr |
protected CTShapeProperties |
spPr |
protected CTShapeStyle |
style |
protected CTTextBody |
txBody |
protected CTTransform2D |
txXfrm |
| Constructor and Description |
|---|
CTShape() |
| 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.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getModelId()
Gets the value of the modelId property.
|
CTShapeNonVisual |
getNvSpPr()
Gets the value of the nvSpPr property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTShapeStyle |
getStyle()
Gets the value of the style property.
|
CTTextBody |
getTxBody()
Gets the value of the txBody property.
|
CTTransform2D |
getTxXfrm()
Gets the value of the txXfrm property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setModelId(String value)
Sets the value of the modelId property.
|
void |
setNvSpPr(CTShapeNonVisual value)
Sets the value of the nvSpPr property.
|
void |
setParent(Object parent) |
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setStyle(CTShapeStyle value)
Sets the value of the style property.
|
void |
setTxBody(CTTextBody value)
Sets the value of the txBody property.
|
void |
setTxXfrm(CTTransform2D value)
Sets the value of the txXfrm property.
|
protected CTShapeNonVisual nvSpPr
protected CTShapeProperties spPr
protected CTShapeStyle style
protected CTTextBody txBody
protected CTTransform2D txXfrm
protected CTOfficeArtExtensionList extLst
protected String modelId
public CTShapeNonVisual getNvSpPr()
CTShapeNonVisualpublic void setNvSpPr(CTShapeNonVisual value)
value - allowed object is
CTShapeNonVisualpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTShapeStyle getStyle()
CTShapeStylepublic void setStyle(CTShapeStyle value)
value - allowed object is
CTShapeStylepublic CTTextBody getTxBody()
CTTextBodypublic void setTxBody(CTTextBody value)
value - allowed object is
CTTextBodypublic CTTransform2D getTxXfrm()
CTTransform2Dpublic void setTxXfrm(CTTransform2D value)
value - allowed object is
CTTransform2Dpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic String getModelId()
Stringpublic void setModelId(String value)
value - allowed object is
Stringpublic 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-2019. All Rights Reserved.