public class R 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>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RPr" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RunInnerContent" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="rsidRPr" 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="rsidR" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
R.AnnotationRef
Java class for anonymous complex type.
|
static class |
R.CommentReference
Java class for anonymous complex type.
|
static class |
R.ContinuationSeparator
Java class for anonymous complex type.
|
static class |
R.Cr
Java class for anonymous complex type.
|
static class |
R.DayLong
Java class for anonymous complex type.
|
static class |
R.DayShort
Java class for anonymous complex type.
|
static class |
R.EndnoteRef
Java class for anonymous complex type.
|
static class |
R.FootnoteRef
Java class for anonymous complex type.
|
static class |
R.LastRenderedPageBreak
Java class for anonymous complex type.
|
static class |
R.MonthLong
Java class for anonymous complex type.
|
static class |
R.MonthShort
Java class for anonymous complex type.
|
static class |
R.NoBreakHyphen
Java class for anonymous complex type.
|
static class |
R.PgNum
Java class for anonymous complex type.
|
static class |
R.Ptab
Java class for anonymous complex type.
|
static class |
R.Separator
Java class for anonymous complex type.
|
static class |
R.SoftHyphen
Java class for anonymous complex type.
|
static class |
R.Sym
Java class for anonymous complex type.
|
static class |
R.Tab
Java class for anonymous complex type.
|
static class |
R.YearLong
Java class for anonymous complex type.
|
static class |
R.YearShort
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
content |
protected RPr |
rPr |
protected String |
rsidDel |
protected String |
rsidR |
protected String |
rsidRPr |
| Constructor and Description |
|---|
R() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
RPr |
getRPr()
Gets the value of the rPr property.
|
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.
|
List<Object> |
getRunContent()
Deprecated.
|
void |
setParent(Object parent) |
void |
setRPr(RPr value)
Sets the value of the rPr property.
|
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.
|
protected RPr rPr
protected String rsidRPr
protected String rsidDel
protected String rsidR
public void setRPr(RPr value)
value - allowed object is
RPrpublic 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<R.Ptab>
JAXBElement<R.YearLong>
JAXBElement<R.DayShort>
JAXBElement<R.NoBreakHyphen>
JAXBElement<R.EndnoteRef>
JAXBElement<R.PgNum>
JAXBElement<R.SoftHyphen>
JAXBElement<Pict>
JAXBElement<R.Tab>
JAXBElement<Drawing>
Br
JAXBElement<R.Separator>
JAXBElement<R.LastRenderedPageBreak>
JAXBElement<Text>
JAXBElement<CTObject>
JAXBElement<CTFtnEdnRef>
JAXBElement<Text>
JAXBElement<CTFtnEdnRef>
JAXBElement<R.MonthShort>
JAXBElement<R.MonthLong>
JAXBElement<R.ContinuationSeparator>
JAXBElement<CTRuby>
JAXBElement<R.AnnotationRef>
JAXBElement<R.Cr>
JAXBElement<R.YearShort>
JAXBElement<FldChar>
JAXBElement<R.Sym>
JAXBElement<R.CommentReference>
JAXBElement<Text>
JAXBElement<R.FootnoteRef>
DelText
JAXBElement<R.DayLong>
AlternateContent
getContent in interface ContentAccessor@Deprecated public List<Object> getRunContent()
public String getRsidRPr()
Stringpublic void setRsidRPr(String value)
value - allowed object is
Stringpublic String getRsidDel()
Stringpublic void setRsidDel(String value)
value - allowed object is
Stringpublic String getRsidR()
Stringpublic void setRsidR(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.