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.openxmlformats.org/drawingml/2006/spreadsheetDrawing}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"/>
</sequence>
<attribute name="macro" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="textlink" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fLocksText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="fPublished" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
fLocksText |
protected Boolean |
fPublished |
protected String |
macro |
protected CTShapeNonVisual |
nvSpPr |
protected CTShapeProperties |
spPr |
protected CTShapeStyle |
style |
protected String |
textlink |
protected CTTextBody |
txBody |
| 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.
|
String |
getMacro()
Gets the value of the macro 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.
|
String |
getTextlink()
Gets the value of the textlink property.
|
CTTextBody |
getTxBody()
Gets the value of the txBody property.
|
boolean |
isFLocksText()
Gets the value of the fLocksText property.
|
boolean |
isFPublished()
Gets the value of the fPublished property.
|
void |
setFLocksText(Boolean value)
Sets the value of the fLocksText property.
|
void |
setFPublished(Boolean value)
Sets the value of the fPublished property.
|
void |
setMacro(String value)
Sets the value of the macro 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 |
setTextlink(String value)
Sets the value of the textlink property.
|
void |
setTxBody(CTTextBody value)
Sets the value of the txBody property.
|
protected CTShapeNonVisual nvSpPr
protected CTShapeProperties spPr
protected CTShapeStyle style
protected CTTextBody txBody
protected String macro
protected String textlink
protected Boolean fLocksText
protected Boolean fPublished
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 String getMacro()
Stringpublic void setMacro(String value)
value - allowed object is
Stringpublic String getTextlink()
Stringpublic void setTextlink(String value)
value - allowed object is
Stringpublic boolean isFLocksText()
Booleanpublic void setFLocksText(Boolean value)
value - allowed object is
Booleanpublic boolean isFPublished()
Booleanpublic void setFPublished(Boolean value)
value - allowed object is
Booleanpublic 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-2021. All Rights Reserved.