Class CTWordprocessingShape
java.lang.Object
org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingShape.CTWordprocessingShape
- All Implemented Interfaces:
Child
public class CTWordprocessingShape extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTTextBodyPropertiesbodyPrprotected CTNonVisualConnectorPropertiescNvCnPrprotected CTNonVisualDrawingPropscNvPrprotected CTNonVisualDrawingShapePropscNvSpPrprotected CTOfficeArtExtensionListextLstprotected CTLinkedTextboxInformationlinkedTxbxprotected java.lang.BooleannormalEastAsianFlowprotected CTShapePropertiesspPrprotected CTShapeStylestyleprotected CTTextboxInfotxbx -
Constructor Summary
Constructors Constructor Description CTWordprocessingShape() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTextBodyPropertiesgetBodyPr()Gets the value of the bodyPr property.CTNonVisualConnectorPropertiesgetCNvCnPr()Gets the value of the cNvCnPr property.CTNonVisualDrawingPropsgetCNvPr()Gets the value of the cNvPr property.CTNonVisualDrawingShapePropsgetCNvSpPr()Gets the value of the cNvSpPr property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.CTLinkedTextboxInformationgetLinkedTxbx()Gets the value of the linkedTxbx property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTShapePropertiesgetSpPr()Gets the value of the spPr property.CTShapeStylegetStyle()Gets the value of the style property.CTTextboxInfogetTxbx()Gets the value of the txbx property.booleanisNormalEastAsianFlow()Gets the value of the normalEastAsianFlow property.voidsetBodyPr(CTTextBodyProperties value)Sets the value of the bodyPr property.voidsetCNvCnPr(CTNonVisualConnectorProperties value)Sets the value of the cNvCnPr property.voidsetCNvPr(CTNonVisualDrawingProps value)Sets the value of the cNvPr property.voidsetCNvSpPr(CTNonVisualDrawingShapeProps value)Sets the value of the cNvSpPr property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetLinkedTxbx(CTLinkedTextboxInformation value)Sets the value of the linkedTxbx property.voidsetNormalEastAsianFlow(java.lang.Boolean value)Sets the value of the normalEastAsianFlow property.voidsetParent(java.lang.Object parent)voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.voidsetStyle(CTShapeStyle value)Sets the value of the style property.voidsetTxbx(CTTextboxInfo value)Sets the value of the txbx property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
cNvPr
-
cNvSpPr
-
cNvCnPr
-
spPr
-
style
-
extLst
-
txbx
-
linkedTxbx
-
bodyPr
-
normalEastAsianFlow
protected java.lang.Boolean normalEastAsianFlow
-
-
Constructor Details
-
CTWordprocessingShape
public CTWordprocessingShape()
-
-
Method Details
-
getCNvPr
Gets the value of the cNvPr property.- Returns:
- possible object is
CTNonVisualDrawingProps
-
setCNvPr
Sets the value of the cNvPr property.- Parameters:
value- allowed object isCTNonVisualDrawingProps
-
getCNvSpPr
Gets the value of the cNvSpPr property.- Returns:
- possible object is
CTNonVisualDrawingShapeProps
-
setCNvSpPr
Sets the value of the cNvSpPr property.- Parameters:
value- allowed object isCTNonVisualDrawingShapeProps
-
getCNvCnPr
Gets the value of the cNvCnPr property.- Returns:
- possible object is
CTNonVisualConnectorProperties
-
setCNvCnPr
Sets the value of the cNvCnPr property.- Parameters:
value- allowed object isCTNonVisualConnectorProperties
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
CTShapeStyle
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isCTShapeStyle
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getTxbx
Gets the value of the txbx property.- Returns:
- possible object is
CTTextboxInfo
-
setTxbx
Sets the value of the txbx property.- Parameters:
value- allowed object isCTTextboxInfo
-
getLinkedTxbx
Gets the value of the linkedTxbx property.- Returns:
- possible object is
CTLinkedTextboxInformation
-
setLinkedTxbx
Sets the value of the linkedTxbx property.- Parameters:
value- allowed object isCTLinkedTextboxInformation
-
getBodyPr
Gets the value of the bodyPr property.- Returns:
- possible object is
CTTextBodyProperties
-
setBodyPr
Sets the value of the bodyPr property.- Parameters:
value- allowed object isCTTextBodyProperties
-
isNormalEastAsianFlow
public boolean isNormalEastAsianFlow()Gets the value of the normalEastAsianFlow property.- Returns:
- possible object is
Boolean
-
setNormalEastAsianFlow
public void setNormalEastAsianFlow(java.lang.Boolean value)Sets the value of the normalEastAsianFlow property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-