Class CTCustomXmlCell
- All Implemented Interfaces:
CTCustomXmlElement,Child
Java class for CT_CustomXmlCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CustomXmlCell">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customXmlPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_CustomXmlPr" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_ContentCellContent" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="element" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
</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 value of the content property.Gets the value of the customXmlPr property.Deprecated.Gets the value of the element property.Gets the parent object in the object tree representing the unmarshalled xml document.getUri()Gets the value of the uri property.voidsetCustomXmlPr(CTCustomXmlPr value) Sets the value of the customXmlPr property.voidsetElement(String value) Sets the value of the element property.voidvoidSets the value of the uri property.
-
Field Details
-
customXmlPr
-
-
uri
-
element
-
-
Constructor Details
-
CTCustomXmlCell
public CTCustomXmlCell()
-
-
Method Details
-
getCustomXmlPr
Gets the value of the customXmlPr property.- Specified by:
getCustomXmlPrin interfaceCTCustomXmlElement- Returns:
- possible object is
CTCustomXmlPr
-
setCustomXmlPr
Sets the value of the customXmlPr property.- Specified by:
setCustomXmlPrin interfaceCTCustomXmlElement- Parameters:
value- allowed object isCTCustomXmlPr
-
getContent
Gets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<CTMoveBookmark>RunInsJAXBElement<CTTrackChange>JAXBElement<CTMarkup>ProofErrCommentRangeEndRunDelJAXBElement<CTTrackChange>JAXBElement<CTMarkup>JAXBElement<CTMoveBookmark>JAXBElement<RangePermissionStart>JAXBElement<CTOMathPara>JAXBElement<CTSdtCell>JAXBElement<CTMoveToRangeEnd>JAXBElement<CTPerm>JAXBElement<RunTrackChange>JAXBElement<CTTrackChange>JAXBElement<CTMarkupRange>CommentRangeStartJAXBElement<CTMarkup>JAXBElement<RunTrackChange>JAXBElement<CTOMath>JAXBElement<CTMoveFromRangeEnd>JAXBElement<CTTrackChange>JAXBElement<CTBookmark>JAXBElement<CTCustomXmlCell>JAXBElement<Tc>JAXBElement<CTMarkup>- Specified by:
getContentin interfaceCTCustomXmlElement- Since:
- 2.7
-
getEGContentCellContent
Deprecated. -
getUri
Gets the value of the uri property.- Specified by:
getUriin interfaceCTCustomXmlElement- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Specified by:
setUriin interfaceCTCustomXmlElement- Parameters:
value- allowed object isString
-
getElement
Gets the value of the element property.- Specified by:
getElementin interfaceCTCustomXmlElement- Returns:
- possible object is
String
-
setElement
Sets the value of the element property.- Specified by:
setElementin interfaceCTCustomXmlElement- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
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.
-