Class RunIns

All Implemented Interfaces:
Child

public class RunIns extends CTTrackChange
Inserted Run Content

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>