Package org.docx4j.wml
Class CTSdtCell
java.lang.Object
org.docx4j.wml.CTSdtCell
- All Implemented Interfaces:
SdtElement,Child
Java class for CT_SdtCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SdtCell">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sdtPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SdtPr" minOccurs="0"/>
<element name="sdtEndPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SdtEndPr" minOccurs="0"/>
<element name="sdtContent" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SdtContentCell" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the sdtContent property.Gets the value of the sdtEndPr property.getSdtPr()Gets the value of the sdtPr property.voidvoidsetSdtContent(SdtContent value) Sets the value of the sdtContent property.voidsetSdtEndPr(CTSdtEndPr value) Sets the value of the sdtEndPr property.voidSets the value of the sdtPr property.
-
Field Details
-
sdtPr
-
sdtEndPr
-
sdtContent
-
-
Constructor Details
-
CTSdtCell
public CTSdtCell()
-
-
Method Details
-
getSdtPr
Gets the value of the sdtPr property.- Specified by:
getSdtPrin interfaceSdtElement- Returns:
- possible object is
SdtPr
-
setSdtPr
Sets the value of the sdtPr property.- Specified by:
setSdtPrin interfaceSdtElement- Parameters:
value- allowed object isSdtPr
-
getSdtEndPr
Gets the value of the sdtEndPr property.- Specified by:
getSdtEndPrin interfaceSdtElement- Returns:
- possible object is
CTSdtEndPr
-
setSdtEndPr
Sets the value of the sdtEndPr property.- Specified by:
setSdtEndPrin interfaceSdtElement- Parameters:
value- allowed object isCTSdtEndPr
-
getSdtContent
Gets the value of the sdtContent property.- Specified by:
getSdtContentin interfaceSdtElement- Returns:
- possible object is
CTSdtContentCell
-
setSdtContent
Sets the value of the sdtContent property.- Specified by:
setSdtContentin interfaceSdtElement- Parameters:
value- allowed object isCTSdtContentCell
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document.- Specified by:
getParentin interfaceChild- Specified by:
getParentin interfaceSdtElement- Returns:
- The parent object.
-
setParent
-
afterUnmarshal
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.
-