public class Tr extends Object implements Child, ContentAccessor
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>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
content |
protected String |
paraId |
protected String |
rsidDel |
protected String |
rsidR |
protected String |
rsidRPr |
protected String |
rsidTr |
protected CTTblPrEx |
tblPrEx |
protected String |
textId |
protected TrPr |
trPr |
Constructor and Description |
---|
Tr() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
List<Object> |
getContent()
Gets the value of the content property.
|
List<Object> |
getEGContentCellContent()
Deprecated.
|
String |
getParaId()
Gets the value of the paraId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getRsidDel()
Gets the value of the rsidDel property.
|
String |
getRsidR()
Gets the value of the rsidR property.
|
String |
getRsidRPr()
Gets the value of the rsidRPr property.
|
String |
getRsidTr()
Gets the value of the rsidTr property.
|
CTTblPrEx |
getTblPrEx()
Gets the value of the tblPrEx property.
|
String |
getTextId()
Gets the value of the textId property.
|
TrPr |
getTrPr()
Gets the value of the trPr property.
|
void |
setParaId(String value)
Sets the value of the paraId property.
|
void |
setParent(Object parent) |
void |
setRsidDel(String value)
Sets the value of the rsidDel property.
|
void |
setRsidR(String value)
Sets the value of the rsidR property.
|
void |
setRsidRPr(String value)
Sets the value of the rsidRPr property.
|
void |
setRsidTr(String value)
Sets the value of the rsidTr property.
|
void |
setTblPrEx(CTTblPrEx value)
Sets the value of the tblPrEx property.
|
void |
setTextId(String value)
Sets the value of the textId property.
|
void |
setTrPr(TrPr value)
Sets the value of the trPr property.
|
protected CTTblPrEx tblPrEx
protected TrPr trPr
protected String rsidRPr
protected String rsidR
protected String rsidDel
protected String rsidTr
protected String paraId
protected String textId
public CTTblPrEx getTblPrEx()
CTTblPrEx
public void setTblPrEx(CTTblPrEx value)
value
- allowed object is
CTTblPrEx
public void setTrPr(TrPr value)
value
- allowed object is
TrPr
public List<Object> getContent()
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 set
method 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
>
RunIns
JAXBElement
<
CTBookmark
>
JAXBElement
<
CTCustomXmlCell
>
JAXBElement
<
CTTrackChange
>
JAXBElement
<
RunTrackChange
>
ProofErr
CommentRangeEnd
JAXBElement
<
Tc
>
JAXBElement
<
CTTrackChange
>
RunDel
JAXBElement
<
RunTrackChange
>
JAXBElement
<
CTOMathPara
>
JAXBElement
<
CTTrackChange
>
JAXBElement
<
CTMarkup
>
JAXBElement
<
CTMarkup
>
JAXBElement
<
CTMarkup
>
CommentRangeStart
JAXBElement
<
CTSdtCell
>
JAXBElement
<
CTTrackChange
>
JAXBElement
<
CTMoveBookmark
>
JAXBElement
<
CTOMath
>
JAXBElement
<
CTMoveToRangeEnd
>
JAXBElement
<
CTMoveBookmark
>
JAXBElement
<
CTMarkup
>
JAXBElement
<
RangePermissionStart
>
getContent
in interface ContentAccessor
@Deprecated public List<Object> getEGContentCellContent()
public String getRsidRPr()
String
public void setRsidRPr(String value)
value
- allowed object is
String
public String getRsidR()
String
public void setRsidR(String value)
value
- allowed object is
String
public String getRsidDel()
String
public void setRsidDel(String value)
value
- allowed object is
String
public String getRsidTr()
String
public void setRsidTr(String value)
value
- allowed object is
String
public String getParaId()
String
public void setParaId(String value)
value
- allowed object is
String
public String getTextId()
String
public void setTextId(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2013. All Rights Reserved.