public class CTShape 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" 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 |
---|---|
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.
|
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 |
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()
CTShapeNonVisual
public void setNvSpPr(CTShapeNonVisual value)
value
- allowed object is
CTShapeNonVisual
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 CTTransform2D getTxXfrm()
CTTransform2D
public void setTxXfrm(CTTransform2D value)
value
- allowed object is
CTTransform2D
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public String getModelId()
String
Copyright © 2007-2018. All Rights Reserved.