Class R
- 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>
<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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
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 parent object in the object tree representing the unmarshalled xml document.getRPr()Gets the value of the rPr property.Gets the value of the rsidDel property.getRsidR()Gets the value of the rsidR property.Gets the value of the rsidRPr property.Deprecated.voidvoidSets the value of the rPr property.voidsetRsidDel(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.
-
Field Details
-
rPr
-
-
rsidRPr
-
rsidDel
-
rsidR
-
-
Constructor Details
-
R
public R()
-
-
Method Details
-
getRPr
Gets the value of the rPr property.- Returns:
- possible object is
RPr
-
setRPr
Sets the value of the rPr property.- Parameters:
value- allowed object isRPr
-
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<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>BrJAXBElement<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>DelTextJAXBElement<R.DayLong>AlternateContent- Specified by:
getContentin interfaceContentAccessor- Since:
- 2.7
-
getRunContent
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
-
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
-
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
-
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.
-