public class Shape extends java.lang.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">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cNvPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingProps"/>
<element name="cNvSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingShapeProps"/>
<element name="nvPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ApplicationNonVisualDrawingProps"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<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="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
</sequence>
<attribute name="useBgFill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Shape.NvSpPr
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionListModify |
extLst |
protected Shape.NvSpPr |
nvSpPr |
protected CTShapeProperties |
spPr |
protected CTShapeStyle |
style |
protected CTTextBody |
txBody |
protected java.lang.Boolean |
useBgFill |
| Constructor and Description |
|---|
Shape() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionListModify |
getExtLst()
Gets the value of the extLst property.
|
Shape.NvSpPr |
getNvSpPr()
Gets the value of the nvSpPr property.
|
java.lang.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.
|
boolean |
isUseBgFill()
Gets the value of the useBgFill property.
|
void |
setExtLst(CTExtensionListModify value)
Sets the value of the extLst property.
|
void |
setNvSpPr(Shape.NvSpPr value)
Sets the value of the nvSpPr property.
|
void |
setParent(java.lang.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 |
setUseBgFill(java.lang.Boolean value)
Sets the value of the useBgFill property.
|
protected Shape.NvSpPr nvSpPr
protected CTShapeProperties spPr
protected CTShapeStyle style
protected CTTextBody txBody
protected CTExtensionListModify extLst
protected java.lang.Boolean useBgFill
public Shape.NvSpPr getNvSpPr()
Shape.NvSpPrpublic void setNvSpPr(Shape.NvSpPr value)
value - allowed object is
Shape.NvSpPrpublic 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 CTExtensionListModify getExtLst()
CTExtensionListModifypublic void setExtLst(CTExtensionListModify value)
value - allowed object is
CTExtensionListModifypublic boolean isUseBgFill()
Booleanpublic void setUseBgFill(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.