Class Tr
- All Implemented Interfaces:
ContentAccessor,Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tblPrEx" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrEx" minOccurs="0"/>
<element name="trPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrPr" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_ContentCellContent" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.microsoft.com/office/word/2010/wordml}AG_Parids"/>
<attribute name="rsidRPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="rsidR" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="rsidDel" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="rsidTr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
</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.Deprecated.Gets the value of the paraId property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the rsidDel property.getRsidR()Gets the value of the rsidR property.Gets the value of the rsidRPr property.Gets the value of the rsidTr property.Gets the value of the tblPrEx property.Gets the value of the textId property.getTrPr()Gets the value of the trPr property.voidSets the value of the paraId property.voidvoidsetRsidDel(String value) Sets the value of the rsidDel property.voidSets the value of the rsidR property.voidsetRsidRPr(String value) Sets the value of the rsidRPr property.voidSets the value of the rsidTr property.voidsetTblPrEx(CTTblPrEx value) Sets the value of the tblPrEx property.voidSets the value of the textId property.voidSets the value of the trPr property.
-
Field Details
-
tblPrEx
-
trPr
-
-
rsidRPr
-
rsidR
-
rsidDel
-
rsidTr
-
paraId
-
textId
-
-
Constructor Details
-
Tr
public Tr()
-
-
Method Details
-
getTblPrEx
Gets the value of the tblPrEx property.- Returns:
- possible object is
CTTblPrEx
-
setTblPrEx
Sets the value of the tblPrEx property.- Parameters:
value- allowed object isCTTblPrEx
-
getTrPr
Gets the value of the trPr property.- Returns:
- possible object is
TrPr
-
setTrPr
Sets the value of the trPr property.- Parameters:
value- allowed object isTrPr
-
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<CTMoveFromRangeEnd>JAXBElement<CTMarkupRange>JAXBElement<CTPerm>RunInsJAXBElement<CTBookmark>JAXBElement<CTCustomXmlCell>JAXBElement<CTTrackChange>JAXBElement<RunTrackChange>ProofErrCommentRangeEndJAXBElement<Tc>JAXBElement<CTTrackChange>RunDelJAXBElement<RunTrackChange>JAXBElement<CTOMathPara>JAXBElement<CTTrackChange>JAXBElement<CTMarkup>JAXBElement<CTMarkup>JAXBElement<CTMarkup>CommentRangeStartJAXBElement<CTSdtCell>JAXBElement<CTTrackChange>JAXBElement<CTMoveBookmark>JAXBElement<CTOMath>JAXBElement<CTMoveToRangeEnd>JAXBElement<CTMoveBookmark>JAXBElement<CTMarkup>JAXBElement<RangePermissionStart>- Specified by:
getContentin interfaceContentAccessor- Since:
- 2.7
-
getEGContentCellContent
Deprecated. -
getRsidRPr
Gets the value of the rsidRPr property.- Returns:
- possible object is
String
-
setRsidRPr
Sets the value of the rsidRPr property.- Parameters:
value- allowed object isString
-
getRsidR
Gets the value of the rsidR property.- Returns:
- possible object is
String
-
setRsidR
Sets the value of the rsidR property.- Parameters:
value- allowed object isString
-
getRsidDel
Gets the value of the rsidDel property.- Returns:
- possible object is
String
-
setRsidDel
Sets the value of the rsidDel property.- Parameters:
value- allowed object isString
-
getRsidTr
Gets the value of the rsidTr property.- Returns:
- possible object is
String
-
setRsidTr
Sets the value of the rsidTr property.- Parameters:
value- allowed object isString
-
getParaId
Gets the value of the paraId property.- Returns:
- possible object is
String
-
setParaId
Sets the value of the paraId property.- Parameters:
value- allowed object isString
-
getTextId
Gets the value of the textId property.- Returns:
- possible object is
String
-
setTextId
Sets the value of the textId property.- 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.
-