public class Shape extends Object
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 Boolean |
useBgFill |
Constructor and Description |
---|
Shape() |
Modifier and Type | Method and Description |
---|---|
CTExtensionListModify |
getExtLst()
Gets the value of the extLst property.
|
Shape.NvSpPr |
getNvSpPr()
Gets the value of the nvSpPr property.
|
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 |
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(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 Boolean useBgFill
public Shape.NvSpPr getNvSpPr()
Shape.NvSpPr
public void setNvSpPr(Shape.NvSpPr value)
value
- allowed object is
Shape.NvSpPr
public CTShapeProperties getSpPr()
CTShapeProperties
public void setSpPr(CTShapeProperties value)
value
- allowed object is
CTShapeProperties
public CTShapeStyle getStyle()
CTShapeStyle
public void setStyle(CTShapeStyle value)
value
- allowed object is
CTShapeStyle
public CTTextBody getTxBody()
CTTextBody
public void setTxBody(CTTextBody value)
value
- allowed object is
CTTextBody
public CTExtensionListModify getExtLst()
CTExtensionListModify
public void setExtLst(CTExtensionListModify value)
value
- allowed object is
CTExtensionListModify
public boolean isUseBgFill()
Boolean
Copyright © 2007-2014. All Rights Reserved.