public class RunDel extends CTTrackChange
Java class for del element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="del"> <complexType> <complexContent> <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_ContentRunContent"/> <group ref="{http://schemas.openxmlformats.org/officeDocument/2006/math}EG_OMathMathElements"/> </choice> </extension> </complexContent> </complexType> </element>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
customXmlOrSmartTagOrSdt |
author, date
Constructor and Description |
---|
RunDel() |
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> |
getCustomXmlOrSmartTagOrSdt()
Gets the value of the customXmlOrSmartTagOrSdt property.
|
getAuthor, getDate, setAuthor, setDate
public List<Object> getCustomXmlOrSmartTagOrSdt()
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 customXmlOrSmartTagOrSdt property.
For example, to add a new item, do as follows:
getCustomXmlOrSmartTagOrSdt().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
CTBorderBox
>
RunIns
JAXBElement
<
CTAcc
>
JAXBElement
<
CTBookmark
>
JAXBElement
<
CTCustomXmlRun
>
JAXBElement
<
RunTrackChange
>
CommentRangeEnd
R
JAXBElement
<
CTSPre
>
JAXBElement
<
CTPhant
>
JAXBElement
<
CTSSubSup
>
JAXBElement
<
CTMoveToRangeEnd
>
JAXBElement
<
CTTrackChange
>
JAXBElement
<
CTBar
>
JAXBElement
<
CTTrackChange
>
JAXBElement
<
CTLimLow
>
JAXBElement
<
CTM
>
JAXBElement
<
CTRad
>
JAXBElement
<
CTF
>
JAXBElement
<
RangePermissionStart
>
JAXBElement
<
CTMoveBookmark
>
JAXBElement
<
CTEqArr
>
JAXBElement
<
CTSmartTagRun
>
JAXBElement
<
CTMarkup
>
JAXBElement
<
CTMarkup
>
JAXBElement
<
CTMarkupRange
>
JAXBElement
<
CTBox
>
JAXBElement
<
CTSSub
>
JAXBElement
<
CTSSup
>
JAXBElement
<
CTLimUpp
>
ProofErr
RunDel
JAXBElement
<
RunTrackChange
>
JAXBElement
<
CTFunc
>
JAXBElement
<
CTMoveFromRangeEnd
>
JAXBElement
<
CTOMathPara
>
JAXBElement
<
CTPerm
>
JAXBElement
<
CTGroupChr
>
JAXBElement
<
CTTrackChange
>
JAXBElement
<
CTR
>
JAXBElement
<
CTMarkup
>
CommentRangeStart
JAXBElement
<
CTNary
>
JAXBElement
<
CTOMath
>
JAXBElement
<
CTD
>
JAXBElement
<
SdtRun
>
JAXBElement
<
CTMoveBookmark
>
JAXBElement
<
CTMarkup
>
JAXBElement
<
CTTrackChange
>
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class CTTrackChange
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.