Class RunIns
- All Implemented Interfaces:
Child
Java class for ins element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="ins">
<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>
-
Field Summary
FieldsFields inherited from class org.docx4j.wml.CTTrackChange
author, date -
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 customXmlOrSmartTagOrSdt property.Methods inherited from class org.docx4j.wml.CTTrackChange
getAuthor, getDate, setAuthor, setDate
-
Field Details
-
customXmlOrSmartTagOrSdt
-
-
Constructor Details
-
RunIns
public RunIns()
-
-
Method Details
-
getCustomXmlOrSmartTagOrSdt
Gets the value of the customXmlOrSmartTagOrSdt 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 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<CTSSubSup>JAXBElement<CTMarkup>RunInsJAXBElement<CTBorderBox>JAXBElement<CTSSub>JAXBElement<CTTrackChange>JAXBElement<SdtRun>JAXBElement<CTFunc>JAXBElement<CTRad>JAXBElement<RunTrackChange>JAXBElement<CTMarkup>JAXBElement<CTPerm>JAXBElement<CTAcc>JAXBElement<CTMoveBookmark>CommentRangeEndJAXBElement<CTMoveFromRangeEnd>RJAXBElement<RunTrackChange>JAXBElement<CTSSup>JAXBElement<CTMoveBookmark>JAXBElement<CTBar>JAXBElement<CTSmartTagRun>JAXBElement<CTLimUpp>JAXBElement<CTR>JAXBElement<CTCustomXmlRun>JAXBElement<CTGroupChr>JAXBElement<CTTrackChange>JAXBElement<CTPhant>JAXBElement<CTBookmark>JAXBElement<CTMoveToRangeEnd>JAXBElement<CTNary>JAXBElement<CTM>JAXBElement<CTTrackChange>JAXBElement<CTMarkup>JAXBElement<CTD>JAXBElement<CTSPre>JAXBElement<CTBox>JAXBElement<CTMarkup>ProofErrRunDelJAXBElement<CTEqArr>JAXBElement<CTLimLow>JAXBElement<CTOMathPara>JAXBElement<CTF>CommentRangeStartJAXBElement<RangePermissionStart>JAXBElement<CTTrackChange>JAXBElement<CTOMath>JAXBElement<CTMarkupRange>JAXBElement<P.Bdo>JAXBElement<P.Dir> -
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTTrackChange- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-