public class CTDefaultShapeDefinition extends Object
Java class for CT_DefaultShapeDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DefaultShapeDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties"/> <element name="bodyPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBodyProperties"/> <element name="lstStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextListStyle"/> <element name="style" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeStyle" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTTextBodyProperties |
bodyPr |
protected CTOfficeArtExtensionList |
extLst |
protected CTTextListStyle |
lstStyle |
protected CTShapeProperties |
spPr |
protected CTShapeStyle |
style |
Constructor and Description |
---|
CTDefaultShapeDefinition() |
Modifier and Type | Method and Description |
---|---|
CTTextBodyProperties |
getBodyPr()
Gets the value of the bodyPr property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTTextListStyle |
getLstStyle()
Gets the value of the lstStyle property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTShapeStyle |
getStyle()
Gets the value of the style property.
|
void |
setBodyPr(CTTextBodyProperties value)
Sets the value of the bodyPr property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setLstStyle(CTTextListStyle value)
Sets the value of the lstStyle property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setStyle(CTShapeStyle value)
Sets the value of the style property.
|
protected CTShapeProperties spPr
protected CTTextBodyProperties bodyPr
protected CTTextListStyle lstStyle
protected CTShapeStyle style
protected CTOfficeArtExtensionList extLst
public CTShapeProperties getSpPr()
CTShapeProperties
public void setSpPr(CTShapeProperties value)
value
- allowed object is
CTShapeProperties
public CTTextBodyProperties getBodyPr()
CTTextBodyProperties
public void setBodyPr(CTTextBodyProperties value)
value
- allowed object is
CTTextBodyProperties
public CTTextListStyle getLstStyle()
CTTextListStyle
public void setLstStyle(CTTextListStyle value)
value
- allowed object is
CTTextListStyle
public CTShapeStyle getStyle()
CTShapeStyle
public void setStyle(CTShapeStyle value)
value
- allowed object is
CTShapeStyle
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
Copyright © 2007-2019. All Rights Reserved.