Class RunTrackChange

All Implemented Interfaces:
Child

public class RunTrackChange extends CTTrackChange

Java class for CT_RunTrackChange complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_RunTrackChange">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange">
       <choice maxOccurs="unbounded" minOccurs="0">
         <group ref="{http://schemas.openxmlformats.org/officeDocument/2006/math}EG_OMathMathElements"/>
         <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_ContentRunContent"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>