public class CTWordprocessingShape extends Object implements Child
Java class for CT_WordprocessingShape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WordprocessingShape"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cNvPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingProps" minOccurs="0"/> <choice> <element name="cNvSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingShapeProps"/> <element name="cNvCnPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualConnectorProperties"/> </choice> <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="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> <choice minOccurs="0"> <element name="txbx" type="{http://schemas.microsoft.com/office/word/2010/wordprocessingShape}CT_TextboxInfo"/> <element name="linkedTxbx" type="{http://schemas.microsoft.com/office/word/2010/wordprocessingShape}CT_LinkedTextboxInformation"/> </choice> <element name="bodyPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBodyProperties"/> </sequence> <attribute name="normalEastAsianFlow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTTextBodyProperties |
bodyPr |
protected CTNonVisualConnectorProperties |
cNvCnPr |
protected CTNonVisualDrawingProps |
cNvPr |
protected CTNonVisualDrawingShapeProps |
cNvSpPr |
protected CTOfficeArtExtensionList |
extLst |
protected CTLinkedTextboxInformation |
linkedTxbx |
protected Boolean |
normalEastAsianFlow |
protected CTShapeProperties |
spPr |
protected CTShapeStyle |
style |
protected CTTextboxInfo |
txbx |
Constructor and Description |
---|
CTWordprocessingShape() |
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.
|
CTTextBodyProperties |
getBodyPr()
Gets the value of the bodyPr property.
|
CTNonVisualConnectorProperties |
getCNvCnPr()
Gets the value of the cNvCnPr property.
|
CTNonVisualDrawingProps |
getCNvPr()
Gets the value of the cNvPr property.
|
CTNonVisualDrawingShapeProps |
getCNvSpPr()
Gets the value of the cNvSpPr property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTLinkedTextboxInformation |
getLinkedTxbx()
Gets the value of the linkedTxbx 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.
|
CTTextboxInfo |
getTxbx()
Gets the value of the txbx property.
|
boolean |
isNormalEastAsianFlow()
Gets the value of the normalEastAsianFlow property.
|
void |
setBodyPr(CTTextBodyProperties value)
Sets the value of the bodyPr property.
|
void |
setCNvCnPr(CTNonVisualConnectorProperties value)
Sets the value of the cNvCnPr property.
|
void |
setCNvPr(CTNonVisualDrawingProps value)
Sets the value of the cNvPr property.
|
void |
setCNvSpPr(CTNonVisualDrawingShapeProps value)
Sets the value of the cNvSpPr property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setLinkedTxbx(CTLinkedTextboxInformation value)
Sets the value of the linkedTxbx property.
|
void |
setNormalEastAsianFlow(Boolean value)
Sets the value of the normalEastAsianFlow 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 |
setTxbx(CTTextboxInfo value)
Sets the value of the txbx property.
|
protected CTNonVisualDrawingProps cNvPr
protected CTNonVisualDrawingShapeProps cNvSpPr
protected CTNonVisualConnectorProperties cNvCnPr
protected CTShapeProperties spPr
protected CTShapeStyle style
protected CTOfficeArtExtensionList extLst
protected CTTextboxInfo txbx
protected CTLinkedTextboxInformation linkedTxbx
protected CTTextBodyProperties bodyPr
protected Boolean normalEastAsianFlow
public CTNonVisualDrawingProps getCNvPr()
CTNonVisualDrawingProps
public void setCNvPr(CTNonVisualDrawingProps value)
value
- allowed object is
CTNonVisualDrawingProps
public CTNonVisualDrawingShapeProps getCNvSpPr()
CTNonVisualDrawingShapeProps
public void setCNvSpPr(CTNonVisualDrawingShapeProps value)
value
- allowed object is
CTNonVisualDrawingShapeProps
public CTNonVisualConnectorProperties getCNvCnPr()
CTNonVisualConnectorProperties
public void setCNvCnPr(CTNonVisualConnectorProperties value)
value
- allowed object is
CTNonVisualConnectorProperties
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 CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public CTTextboxInfo getTxbx()
CTTextboxInfo
public void setTxbx(CTTextboxInfo value)
value
- allowed object is
CTTextboxInfo
public CTLinkedTextboxInformation getLinkedTxbx()
CTLinkedTextboxInformation
public void setLinkedTxbx(CTLinkedTextboxInformation value)
value
- allowed object is
CTLinkedTextboxInformation
public CTTextBodyProperties getBodyPr()
CTTextBodyProperties
public void setBodyPr(CTTextBodyProperties value)
value
- allowed object is
CTTextBodyProperties
public boolean isNormalEastAsianFlow()
Boolean
public void setNormalEastAsianFlow(Boolean value)
value
- allowed object is
Boolean
public 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-2019. All Rights Reserved.