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.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 |
---|---|
String |
getMacro()
Gets the value of the macro 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.
|
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 |
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()
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 String getMacro()
String
public void setMacro(String value)
value
- allowed object is
String
public String getTextlink()
String
public void setTextlink(String value)
value
- allowed object is
String
public boolean isFLocksText()
Boolean
public void setFLocksText(Boolean value)
value
- allowed object is
Boolean
public boolean isFPublished()
Boolean
Copyright © 2007-2014. All Rights Reserved.